I'm a Gentoo user. On my setups, I usually set the noauto
flag for the /boot
partition. Maybe its just some good 'ol fashion paranoia, but I like not to mount /boot
unless really needed. Because I need to compile my own kernel, I have a kernel update script that mounts /boot
for me.
I've just installed a Ubuntu server for a client, and want to set noauto
for /boot
. Can apt
take care of /boot
mounting when its updating the kernel, initramfs and/or grub?