Skip to content

Commit

Permalink
align PARTLABEL names with https://github.com/Pavlos1/ppp-multi-image
Browse files Browse the repository at this point in the history
  • Loading branch information
giorez authored Mar 10, 2024
1 parent 2160974 commit 1c6aea7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,16 @@ sudo tee /mnt/$PARTNAME/device/etc/fstab <<EOF
#<file system> <dir> <type> <options> <dump> <pass>
#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
----
Expand Down

0 comments on commit 1c6aea7

Please sign in to comment.