faster install
This commit is contained in:
parent
41d24a7ade
commit
155a1495db
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue