We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade
Thanks for the nice guide.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Thanks for the nice guide.
The text was updated successfully, but these errors were encountered: