remove inittab and rc.conf from arch_remote

This commit is contained in:
Tobias Powalowski 2012-08-24 11:32:49 +02:00
parent 84c8ce77f0
commit 70c8b9c3c0

View file

@ -7,8 +7,4 @@ run_hook ()
touch /var/lib/nfs/state touch /var/lib/nfs/state
touch /var/lib/nfs/rmtab touch /var/lib/nfs/rmtab
touch /var/lib/nfs/etab touch /var/lib/nfs/etab
# fix daemons
sed -i -e 's|^DAEMONS=(syslog-ng)|DAEMONS=(syslog-ng rpcbind sshd xinetd)|g' /etc/rc.conf
# fix serial console
dmesg | grep ttyS0 >/dev/null && sed -i -e 's/^#c0/c0/g' /etc/inittab
} }