Description: Include some information in the header of fstab Author: Unit 193 Last-Update: 2018-01-28 --- arch-install-scripts-15.orig/genfstab.in +++ arch-install-scripts-15/genfstab.in @@ -133,6 +133,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