Description: Include some information in the header of fstab Author: Unit 193 Forwarded: not-needed Last-Update: 2018-01-28 --- genfstab.in | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/genfstab.in 2022-11-22 04:41:45.103647854 -0500 +++ b/genfstab.in 2022-11-22 04:41:45.079647965 -0500 @@ -146,6 +146,15 @@ fi # handle block devices +cat <' '' '' '' '' '' findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root" | while read -r src target fstype opts fsroot; do if (( !pseudofs )) && fstype_is_pseudofs "$fstype"; then