diff --git a/install.uefi b/install.uefi index 0d95ffb..3967da8 100644 --- a/install.uefi +++ b/install.uefi @@ -77,6 +77,11 @@ USR="15G" ############################### #Discoverable Partitions Specification +# /boot /dev/vda1 +# /usr /dev/vda2 +# (usr-hash) /dev/vda3 +# /(root) /dev/vda4 +# Reset Partition Table sgdisk -og "${DRIVE}" # Create EFI System Partition sgdisk -n 0:0:+"${ESP}" -t 0:c12a7328-f81f-11d2-ba4b-00a0c93ec93b -c 0:"EFI System Partition" "${DRIVE}"