extra
This commit is contained in:
parent
1624f18fc8
commit
a5cf152c80
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ function hetzner-rescue-wipe-12-10-10 {
|
||||||
parted "${device}" set 4 bios_grub on
|
parted "${device}" set 4 bios_grub on
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
|
parted "${device}" unit "${unit}" \
|
||||||
|
mkpart 'extra' 9537535 11444223
|
||||||
|
#
|
||||||
number=0
|
number=0
|
||||||
for device in "${devices[@]}" ; do
|
for device in "${devices[@]}" ; do
|
||||||
((number++))
|
((number++))
|
||||||
|
|
Loading…
Reference in a new issue