1#!/bin/sh
2
3do_adm5120() {
4	. /lib/adm5120.sh
5}
6
7boot_hook_add preinit_main do_adm5120
8