curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #01510
[Merge] ~dbungert/curtin:fs_pass_one into curtin:master
The proposal to merge ~dbungert/curtin:fs_pass_one into curtin:master has been updated.
Commit message changed to:
Use /proc/filesystems to decide passno
The 'nodev' is intended to indicate
"whether the file system is mounted on a block device"
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/reference_guide/s2-proc-filesystems
Use this info to set nodev items to passno 0, and default to 1 for
non-nodev or if the filesystem isn't present there.
Except that /proc/filesystems doesn't list 'swap' or 'none', so special
case those to passno 0.
LP: #1717584, LP: #1785354
For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/400005
--
Your team curtin developers is subscribed to branch curtin:master.
References