X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/10cac4edfc25c11d66c0950c22371c2f7a3fe615..9e1c6791342fb991a4b7e8d67b37a56765312322:/preseed/jessie/commands/late_commands.d/post_boot_cleanup diff --git a/preseed/jessie/commands/late_commands.d/post_boot_cleanup b/preseed/jessie/commands/late_commands.d/post_boot_cleanup deleted file mode 100755 index f1fd808..0000000 --- a/preseed/jessie/commands/late_commands.d/post_boot_cleanup +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -SCRIPT=/etc/init.d/post_boot_cleanup -SYMLINK=/etc/rcS.d/S99post_boot_cleanup - -cat >> $SCRIPT <<_eof -#!/bin/sh -sed -i -e '/getty.*tty[12]/s/^#//' /etc/inittab -telinit q -rm $SCRIPT -update-rc.d ${SCRIPT##*/} remove -_eof - -chmod 755 $SCRIPT -update-rc.d ${SCRIPT##*/} start S 99 .