ghost-on-aws icon indicating copy to clipboard operation
ghost-on-aws copied to clipboard

Suggestion for fire and forget

Open muellerk22 opened this issue 6 years ago • 0 comments

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.

muellerk22 avatar Dec 29 '18 12:12 muellerk22