summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-18 17:05:02 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-18 17:05:02 +0100
commit764beecf0429e2c89ea1a8bc87681e56a9ce2f82 (patch)
tree1e30921cc980c436b356245e68f6b450dab23d64
parent0286fe576b48b6e7c191f37fea364cde1e21a713 (diff)
downloadarchinstall-764beecf0429e2c89ea1a8bc87681e56a9ce2f82.tar
archinstall-764beecf0429e2c89ea1a8bc87681e56a9ce2f82.tar.zst
archinstall-764beecf0429e2c89ea1a8bc87681e56a9ce2f82.zip
Renamed label of main partition to "MAIN".
-rw-r--r--util/create_filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/create_filesystems.sh b/util/create_filesystems.sh
index f3b06f1..58d67bb 100644
--- a/util/create_filesystems.sh
+++ b/util/create_filesystems.sh
@@ -25,6 +25,6 @@ main_partition_path=$2 # e.g. /dev/sda2
mkfs.fat -F32 $efi_partition_path
fatlabel $efi_partition_path "EFI"
mkfs.ext4 $main_partition_path
-e2label $main_partition_path "ROOT"
+e2label $main_partition_path "MAIN"
echo "Created filesystems - OK"