ghost-on-aws
ghost-on-aws copied to clipboard
Suggestion for fire and forget
In section Prep Ubuntu were Grub asks for what to do in interactive mode. I'm trying to get this set up in none-interactive mode.
I got around this via the information below.
https://askubuntu.com/questions/146921/how-do-i-apt-get-y-dist-upgrade-without-a-grub-config-prompt
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade
Thanks for the nice guide.