d6da8e8c48
mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
NET_LO= net.lo
|
|
|
|
SRCS+= devfs.in dmesg.in hwclock.in consolefont.in keymaps.in modules.in \
|
|
mtab.in numlock.in procfs.in sysfs.in termencoding.in
|
|
|
|
.SUFFIXES: .Linux.in
|
|
.Linux.in:
|
|
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
|