Eine Erklärung des Partitionsaufbaus hinzugefügt.

This commit is contained in:
eichehome 2023-07-19 19:29:49 +02:00
parent 220f80a62f
commit d53fb9bf71

View file

@ -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}"