Renamed boot partition to be upper case

This commit is contained in:
Luke Else 2025-03-21 10:19:38 +00:00
parent 6fe4177dae
commit ad3ab51ffe

View File

@ -24,11 +24,11 @@ mkfs.ext4 /dev/mapper/root
mount /dev/mapper/root /mnt mount /dev/mapper/root /mnt
# Format # Format
mkfs.fat -F 32 -n boot ${DISK}2 mkfs.fat -F 32 -n BOOT ${DISK}2
# Mount the partitions # Mount the partitions
mkdir -p /mnt/boot mkdir -p /mnt/boot
mount -o umask=077 /dev/disk/by-label/boot /mnt/boot mount -o umask=077 /dev/disk/by-label/BOOT /mnt/boot
# Clone the configuration repository # Clone the configuration repository