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
|
echo $username:$password | chroot "$rootdir" /usr/sbin/chpasswd
|
||||||
chroot "$rootdir" adduser $username sudo
|
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
|
if [ ! $DEBIAN_REPO ]; then
|
||||||
DEBIAN_REPO='ftp.de.debian.org'
|
DEBIAN_REPO='ftp.de.debian.org'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue