Bugzilla – Bug 136307
boot.rootfsck should ignore partitions with fs_passno field set to 0
Last modified: 2007-12-14 14:48:31 UTC
currently we dont use -A in boot.rootfsck
there is no way to limit "-A" to one filesystem, but we only want to look at "/" in boot.rootfsck. is there any option in fsck to look at "fs_passno" without using "-A" ?
There is the -M option: -M Emulate mount(1) behaviour; do not check the filesystem if it's not listed in /etc/fstab or if fs_pass_no of the corresponding entry is zero.
shouldn't this be done in the initrd ? boot.rootfsck does only call fsck in the fallback case (when you run a system without initrd)
is this still valid? Henne?
Probably not.