summaryrefslogtreecommitdiff
blob: e4156a4a286aea250fd5354a4e8b8d317e0e2aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
. ${ROOT}/etc/rc.d/config/functions
einfo "Setting up initscripts..."
ln -sf init.d/local ${ROOT}/etc/rc.d/rc.local
einfo "Setting up symlinks..."
${ROOT}/usr/sbin/rc-update autogen boot force 
${ROOT}/usr/sbin/rc-update autogen halt force
for i in bootmisc checkfs checkroot clock hostname \
	 inet isapnp keymaps local modules mountall \
	 pretty rmnologin sendsigs serial single \
	 sysklogd umountfs urandom vcron xinetd 
do
  ${ROOT}/usr/sbin/rc-update add $i
done