From 1c6aea708ddce178d869f94f8dce05e3ad4a5f00 Mon Sep 17 00:00:00 2001 From: giorez Date: Sun, 10 Mar 2024 07:20:33 +0100 Subject: [PATCH] align PARTLABEL names with https://github.com/Pavlos1/ppp-multi-image --- .../PinePhone_Pro/Software/Multi-distribution_image.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc b/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc index 80e26c36..e85d7479 100644 --- a/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc +++ b/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc @@ -196,16 +196,16 @@ sudo tee /mnt/$PARTNAME/device/etc/fstab < #uncomment next line for ARCH -#PARTLABEL=$PARTNAME / ext4 rw,relatime 0 1 +#PARTLABE=[NAME-OF-PARTITIONING] / ext4 rw,relatime 0 1 #uncomment next line for MANJARO -#PARTLABEL=$PARTNAME / ext4 defaults 0 1 +#PARTLABEL=[NAME-OF-PARTITIONING] / ext4 defaults 0 1 #uncomment next line for MOBIAN -#PARTLABEL=$PARTNAME / ext4 defaults,x-systemd.growfs 0 1 +#PARTLABEL=[NAME-OF-PARTITIONING] / ext4 defaults,x-systemd.growfs 0 1 #uncomment next line for PMOS -#PARTLABEL=$PARTNAME / ext4 defaults 0 0 +#PARTLABEL=[NAME-OF-PARTITIONING] / ext4 defaults 0 0 EOF ----