From 764beecf0429e2c89ea1a8bc87681e56a9ce2f82 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 18 Dec 2019 17:05:02 +0100 Subject: Renamed label of main partition to "MAIN". --- util/create_filesystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2