- installing grub
- changing one or more of the settings in /etc/default/grub that are managed by debconf (GRUB_CMDLINE_LINUX, GRUB_CMDLINE_LINUX_DEFAULT, GRUB_TIMEOUT, GRUB_HIDDEN_TIMEOUT), and *also* changing one or more line in /etc/default/grub that is *not* managed by debconf
- upgrading grub
I haven't seen the /etc/default/grub from the cloud image yet. Can someone attach a copy of the file for comparison?
And as to upgrading without a prompt, the correct workaround would be to set DEBIAN_FRONTEND=noninteractive in the environment, to suppress all debconf prompting.
I believe this can be reproduced by:
- installing grub LINUX, GRUB_CMDLINE_ LINUX_DEFAULT, GRUB_TIMEOUT, GRUB_HIDDEN_ TIMEOUT) , and *also* changing one or more line in /etc/default/grub that is *not* managed by debconf
- changing one or more of the settings in /etc/default/grub that are managed by debconf (GRUB_CMDLINE_
- upgrading grub
I haven't seen the /etc/default/grub from the cloud image yet. Can someone attach a copy of the file for comparison?
And as to upgrading without a prompt, the correct workaround would be to set DEBIAN_ FRONTEND= noninteractive in the environment, to suppress all debconf prompting.