From 073dd3a04b5641b094e56576da4632a1ac51c4ff Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 29 Jul 2022 18:26:39 +0400 Subject: [PATCH] Remove /proc mount point from fstab --- build-rpi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-rpi.sh b/build-rpi.sh index f8ea2c8..cdb0906 100755 --- a/build-rpi.sh +++ b/build-rpi.sh @@ -70,7 +70,6 @@ EOF # Configure mount points cat << EOF > ubuntusway-${architecture}/etc/fstab # -proc /proc proc nodev,noexec,nosuid 0 0 LABEL=writable / ext4 discard,noatime 0 1 LABEL=system-boot /boot/firmware vfat defaults 0 1 EOF