Remove reference to old init system

This commit is contained in:
Bob Mottram 2016-10-16 20:31:30 +01:00
parent 4d74f9119c
commit 19225f4c7a
1 changed files with 0 additions and 8 deletions

View File

@ -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