Eine Erklärung des Partitionsaufbaus hinzugefügt.
This commit is contained in:
parent
220f80a62f
commit
d53fb9bf71
1 changed files with 5 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue