From eb818b3324b9f53e285fa30d84246dd248af8f29 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 20 Mar 2018 22:39:36 -0400 Subject: Import Debian changes 18-1 arch-install-scripts (18-1) UNRELEASED; urgency=medium * Initial release. --- debian/patches/include_header.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/patches/include_header.patch (limited to 'debian/patches/include_header.patch') diff --git a/debian/patches/include_header.patch b/debian/patches/include_header.patch new file mode 100644 index 0000000..a841b0f --- /dev/null +++ b/debian/patches/include_header.patch @@ -0,0 +1,22 @@ +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 -- cgit v1.2.3