Comment # 10 on bug 1078703 from
(In reply to Per Jessen from comment #9)
>
> Ah, I was not aware.  I was going by what the man page says :-) 
> 
> man fstab:
> "The root filesystem should be specified with a fs_passno of 1."

The man pages for the Btrfs tools and for the XFS ones explicitly says that
fs_passno should be set to 0 for both. So, excluding network filesystems and
any filesystem formatted as Btrfs or XFS... that basically leave us with a
value of 1 only for root ext2/3/4 filesystems. That's what I implemented and
tested here (waiting for code review):

https://github.com/yast/yast-storage-ng/pull/620


You are receiving this mail because: