Remove reference to old init system
This commit is contained in:
parent
4d74f9119c
commit
19225f4c7a
|
@ -964,14 +964,6 @@ chroot "$rootdir" adduser --gecos $username --disabled-password $username
|
|||
echo $username:$password | chroot "$rootdir" /usr/sbin/chpasswd
|
||||
chroot "$rootdir" adduser $username sudo
|
||||
|
||||
case "$MACHINE" in
|
||||
qemu)
|
||||
# hide irrelevant console keyboard messages.
|
||||
echo "echo \"4 4 1 7\" > /proc/sys/kernel/printk" \
|
||||
>> /etc/init.d/rc.local
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ ! $DEBIAN_REPO ]; then
|
||||
DEBIAN_REPO='ftp.de.debian.org'
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue