crypt
This commit is contained in:
parent
7905892e59
commit
22f0f463df
1 changed files with 3 additions and 2 deletions
|
@ -148,10 +148,11 @@ function hetzner-rescue-wipe-12-10-10 {
|
|||
echo ; echo "#${number}: ${device}"
|
||||
#
|
||||
parted "${device}" --script mktable gpt
|
||||
#
|
||||
parted "${device}" unit "${unit}" \
|
||||
mkpart "crypt-${number}" 22359 9537535
|
||||
done
|
||||
#
|
||||
parted "${device}" unit "${unit}" mkpart 'crypt' 65795 1907729
|
||||
#
|
||||
parted "${device}" unit "${unit}" mkpart 'boot' 259 65795
|
||||
#
|
||||
parted "${device}" unit "${unit}" mkpart 'esp' 2 259
|
||||
|
|
Loading…
Reference in a new issue