summaryrefslogtreecommitdiff
path: root/util/create_filesystems.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/create_filesystems.sh')
-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 41ed84a..972eefd 100644
--- a/util/create_filesystems.sh
+++ b/util/create_filesystems.sh
@@ -28,6 +28,6 @@ fatlabel $efi_partition_path "EFI"
mkfs.ext4 $boot_partition_path
e2label $boot_partition_path "BOOT"
mkfs.ext4 $root_partition_path
-e2label $root_partition_path "MAIN"
+e2label $root_partition_path "ROOT"
echo "Created filesystems - OK"