From 0c2d4f01d57ccd2356fe8eaa10329d61c266471a Mon Sep 17 00:00:00 2001 From: Lorenzo Castelli Date: Sat, 10 Sep 2022 21:01:10 +0000 Subject: Turns the VFAT boot label uppercase, according to VFAT best practices. --- build-arch-gce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-arch-gce b/build-arch-gce index 935da51..0103378 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -51,7 +51,7 @@ tune2fs -c 0 -i 0 -- "$root_dev" echo '- Formatting the boot partition.' boot_dev=${loop_dev}p1 -mkfs.vfat -F32 -n boot -- "$boot_dev" +mkfs.vfat -F32 -n BOOT -- "$boot_dev" echo '- Mounting the root partition.' mount_dir=$work_dir/disk.mnt -- cgit v1.3