Comment 0 for bug 1902103

Revision history for this message
David Krauser (davidkrauser) wrote :

The default fstab entries for ubuntu cloud images are:

LABEL=cloudimg-rootfs / ext4 defaults 0 0
LABEL=UEFI /boot/efi vfat defaults 0 0

These entries do not align with the defaults that we use elsewhere. We should decide on the defaults for fstab, and apply those consistently across all Ubuntu images.

--

quoted from ~xnox: the expect [these entries] to be:

LABEL=cloudimg-rootfs / ext4 discard,errors=remount-ro 0 1
LABEL=UEFI /boot/efi vfat umask=0077 0 1