15 lines
371 B
Bash
15 lines
371 B
Bash
# preparing init services
|
|
rc-update add devfs sysinit
|
|
rc-update add dmesg sysinit
|
|
rc-update add mdev sysinit
|
|
|
|
rc-update add hwclock boot
|
|
rc-update add modules boot
|
|
rc-update add sysctl boot
|
|
rc-update add hostname boot
|
|
rc-update add bootmisc boot
|
|
rc-update add syslog boot
|
|
|
|
rc-update add mount-ro shutdown
|
|
rc-update add killprocs shutdown
|
|
rc-update add savecache shutdown
|