faster install

This commit is contained in:
Christoph Cullmann 2025-04-21 18:56:27 +02:00
parent 41d24a7ade
commit 155a1495db
No known key found for this signature in database

View file

@ -48,11 +48,9 @@ for D in $DISK $DISK2 $DISK3; do
sgdisk -n 1:0:+1024M -c 1:"EFI System Partition" -t 1:EF00 $D sgdisk -n 1:0:+1024M -c 1:"EFI System Partition" -t 1:EF00 $D
sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D
parted $D -- set 1 boot on parted $D -- set 1 boot on
sleep 5
# boot partition # boot partition
mkfs.fat -F 32 -n EFIBOOT $D-part1 mkfs.fat -F 32 -n EFIBOOT $D-part1
sleep 5
done done
# take a look at the partitions # take a look at the partitions