summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"