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