boot
This commit is contained in:
parent
22f0f463df
commit
6bd52d184e
1 changed files with 3 additions and 2 deletions
|
@ -151,9 +151,10 @@ function hetzner-rescue-wipe-12-10-10 {
|
||||||
#
|
#
|
||||||
parted "${device}" unit "${unit}" \
|
parted "${device}" unit "${unit}" \
|
||||||
mkpart "crypt-${number}" 22359 9537535
|
mkpart "crypt-${number}" 22359 9537535
|
||||||
done
|
|
||||||
#
|
#
|
||||||
parted "${device}" unit "${unit}" mkpart 'boot' 259 65795
|
parted "${device}" unit "${unit}" \
|
||||||
|
mkpart "boot-${number}" 513 22359
|
||||||
|
done
|
||||||
#
|
#
|
||||||
parted "${device}" unit "${unit}" mkpart 'esp' 2 259
|
parted "${device}" unit "${unit}" mkpart 'esp' 2 259
|
||||||
parted "${device}" set 3 esp on
|
parted "${device}" set 3 esp on
|
||||||
|
|
Loading…
Reference in a new issue