Following Ubuntu, Arch, and general best practices for generating fstab entries the root partition should be set to fsck with highest priority. This pull request will set the root partition fsck entry to 1.
I feel there's some room here for supporting customization and I would be happy to expand on this, but this will be a good starting point to address users concerns
Issue: https://github.com/pop-os/distinst/issues/312
Following Ubuntu, Arch, and general best practices for generating fstab entries the root partition should be set to fsck with highest priority. This pull request will set the root partition fsck entry to 1.
Here's some documentation around fstab values https://help.ubuntu.com/community/Fstab https://wiki.archlinux.org/title/fstab
I feel there's some room here for supporting customization and I would be happy to expand on this, but this will be a good starting point to address users concerns