| … | |
… | |
| 33 | AWKDIR = $(RCDIR)/awk |
33 | AWKDIR = $(RCDIR)/awk |
| 34 | LVLDIR = $(DESTDIR)/etc/runlevels |
34 | LVLDIR = $(DESTDIR)/etc/runlevels |
| 35 | |
35 | |
| 36 | # Default init scripts for the boot runlevel |
36 | # Default init scripts for the boot runlevel |
| 37 | BOOT_LEVEL = bootmisc checkroot checkfs clock hostname localmount \ |
37 | BOOT_LEVEL = bootmisc checkroot checkfs clock hostname localmount \ |
| 38 | rmnologin urandom |
38 | urandom |
| 39 | # Default init scripts for the default runlevel |
39 | # Default init scripts for the default runlevel |
| 40 | DEFAULT_LEVEL = local netmount |
40 | DEFAULT_LEVEL = local netmount |
| 41 | |
41 | |
| 42 | # Don't install these files if they already exist in ROOT |
42 | # Don't install these files if they already exist in ROOT |
| 43 | # Basically, don't hit the users key config files |
43 | # Basically, don't hit the users key config files |
| … | |
… | |
| 52 | |
52 | |
| 53 | SBINTOLIB = rc-daemon.sh rc-help.sh rc-services.sh \ |
53 | SBINTOLIB = rc-daemon.sh rc-help.sh rc-services.sh \ |
| 54 | init.$(OS).sh init-functions.sh init-common-pre.sh init-common-post.sh |
54 | init.$(OS).sh init-functions.sh init-common-pre.sh init-common-post.sh |
| 55 | |
55 | |
| 56 | ifeq ($(OS),Linux) |
56 | ifeq ($(OS),Linux) |
| 57 | BOOTLEVEL += consolefont keymaps modules |
57 | BOOTLEVEL += consolefont keymaps modules rmnologin |
| 58 | NET_LO = net.lo |
58 | NET_LO = net.lo |
| 59 | DEFAULT_LEVEL += hdparm |
59 | DEFAULT_LEVEL += hdparm |
| 60 | KEEP_DIRS += sys |
60 | KEEP_DIRS += sys |
| 61 | endif |
61 | endif |
| 62 | ifeq ($(OS),BSD) |
62 | ifeq ($(OS),BSD) |