Resize boot partition to 1024 Mb

master
Arkady L. Shane 4 days ago
parent 027aefb472
commit c2aebade0d
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -25,9 +25,8 @@ bootloader --timeout=1 --location=mbr --append="console=tty0 console=ttyS0,11520
parted -s -a optimal /dev/sda -- mklabel gpt
parted -s -a optimal /dev/sda -- mkpart biosboot 1MiB 2MiB set 1 bios_grub on
parted -s -a optimal /dev/sda -- mkpart '"EFI System Partition"' fat32 2MiB 202MiB set 2 esp on
parted -s -a optimal /dev/sda -- mkpart boot ext4 202MiB 714MiB
parted -s -a optimal /dev/sda -- mkpart root ext4 714MiB 100%
parted -s -a optimal /dev/sda -- mkpart boot ext4 202MiB 1226MiB
parted -s -a optimal /dev/sda -- mkpart root ext4 1226MiB 100%
%end
part biosboot --fstype=biosboot --onpart=sda1

Loading…
Cancel
Save