From 9050875a8d36640d7068afd6b6632a97104d8df4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 22 Dec 2019 20:15:03 +0100 Subject: Some improvement for encrypted formatting. --- util/create_filesystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/create_filesystems.sh') 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" -- cgit v1.2.3-70-g09d2