Tagged Questions
2
votes
1answer
193 views
Blacklisting grub packages from installing
I am trying to block GRUB packages from being installed (after having purged them). The problem is virtually identical to Blacklisting packages from installing and even involves GRUB which is exactly ...
1
vote
0answers
156 views
When uninstalling all GRUB packages for EC2 AMI build script, how do I bypass prompting?
When I try to uninstall all GRUB packages from the cloud-image version of Ubuntu I use in AWS EC2, I get an interactive prompt. I need put this all in a script under automation, so prompts need to be ...