diff --git a/prepare-ubuntu-18.04-template.sh b/prepare-ubuntu-18.04-template.sh index 09bb2c6..d74eef3 100755 --- a/prepare-ubuntu-18.04-template.sh +++ b/prepare-ubuntu-18.04-template.sh @@ -34,7 +34,7 @@ if [ -f /var/log/lastlog ]; then fi # remove floppy support -sudo rmmod floppy +rmmod floppy echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.config update-initramfs -u