Browse Source

Remove reference to old init system

Bob Mottram 8 years ago
parent
commit
19225f4c7a
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/freedombone-image-customise

+ 0
- 8
src/freedombone-image-customise View File

@@ -964,14 +964,6 @@ chroot "$rootdir" adduser --gecos $username --disabled-password $username
964 964
 echo $username:$password | chroot "$rootdir" /usr/sbin/chpasswd
965 965
 chroot "$rootdir" adduser $username sudo
966 966
 
967
-case "$MACHINE" in
968
-    qemu)
969
-        # hide irrelevant console keyboard messages.
970
-        echo "echo \"4 4 1 7\" > /proc/sys/kernel/printk" \
971
-             >> /etc/init.d/rc.local
972
-        ;;
973
-esac
974
-
975 967
 if [ ! $DEBIAN_REPO ]; then
976 968
     DEBIAN_REPO='ftp.de.debian.org'
977 969
 fi