Skip to content

Instantly share code, notes, and snippets.

@sawanoboly
Created March 28, 2014 09:43
Show Gist options
  • Save sawanoboly/9829017 to your computer and use it in GitHub Desktop.
Save sawanoboly/9829017 to your computer and use it in GitHub Desktop.
apt-get -y upgrade without a grub-pc config prompt.
apt-get -y update
apt-get -y install debconf-utils
cat <<EOL | debconf-set-selections
grub-pc grub-pc/install_devices multiselect /dev/vda
grub-pc grub-pc/install_devices_empty boolean false
EOL
apt-get -y upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment