fix
This commit is contained in:
parent
812070a7f8
commit
c671ae454b
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ function partitionieredual() {
|
||||||
if blkid -s PARTUUID -o value ${device}${rootpartitionnummer}; then
|
if blkid -s PARTUUID -o value ${device}${rootpartitionnummer}; then
|
||||||
echo "entferne partition ${device}${rootpartitionnummer}"
|
echo "entferne partition ${device}${rootpartitionnummer}"
|
||||||
sleep 10
|
sleep 10
|
||||||
|
#parted -s ${device} rm ${rootpartitionnummer}
|
||||||
sgdisk -d ${rootpartitionnummer} ${device}
|
sgdisk -d ${rootpartitionnummer} ${device}
|
||||||
sleep 2
|
sleep 2
|
||||||
sync
|
sync
|
||||||
|
|
Loading…
Reference in a new issue