diff options
author | Roy Marples <roy@marples.name> | 2007-12-05 16:03:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-05 16:03:05 +0000 |
commit | 43174080279226ba243602aeedd0f5c8b966d2f8 (patch) | |
tree | 741d10684206335f0d27224134ae9d833620c431 /runlevels.BSD | |
parent | fa19e8ec4affd102a95e65d7bfdfc5d74e4056bd (diff) |
Add hostid to the boot runlevel
Diffstat (limited to 'runlevels.BSD')
-rw-r--r-- | runlevels.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index e49331da..9258fdd8 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,4 +1,4 @@ -BOOT = dumpon net.lo0 savecore syscons syslogd +BOOT = dumpon hostid net.lo0 savecore syscons syslogd DEFAULT = local.rc powerd TOPDIR = .. |