pop-os / distinst

Installer Backend
GNU Lesser General Public License v3.0
221 stars 43 forks source link

Schedule fsck on root partition #315

Closed QuentinMoss closed 1 year ago

QuentinMoss commented 1 year ago

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