summaryrefslogtreecommitdiffstats
path: root/validator/src/pxe_initrd/src/bin/enable_services.sh
blob: f2560af54152c06ae6a4161835258e80afe6989b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

# Source profile for $PATH just in case it wasn't auto-loaded
source /etc/profile

rc-update add mdev sysinit
rc-update add devfs sysinit
rc-update add dmesg sysinit
rc-update add hostname sysinit
rc-update add sysctl sysinit
rc-update add syslog sysinit
rc-update add initialnetwork sysinit
#rc-update add networking sysinit
#rc-update add bootmisc sysinit
#rc-update add hwclock sysinit

rc-update add mount-ro shutdown
rc-update add killprocs shutdown
rc-update add savecache shutdown

rc-update add sshd default