Description: Include some information in the header of fstab Author: Unit 193 Last-Update: 2018-01-28 Index: arch-install-scripts/genfstab.in =================================================================== --- arch-install-scripts.orig/genfstab.in +++ arch-install-scripts/genfstab.in @@ -138,6 +138,15 @@ if ! mountpoint -q "$root"; then 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