installer.kmdr: don't disable swap before calling gparted; it might be useful is system with low memory
This commit is contained in:
parent
2a6b945907
commit
5668673c57
@ -1526,7 +1526,6 @@ for v in $volumes; do
|
|||||||
[ ! -e $native_path/partition ] || continue
|
[ ! -e $native_path/partition ] || continue
|
||||||
udisks --unmount $v
|
udisks --unmount $v
|
||||||
done
|
done
|
||||||
/sbin/swapoff -a
|
|
||||||
@execEnd
|
@execEnd
|
||||||
@PartitionBox.setEnabled(false)
|
@PartitionBox.setEnabled(false)
|
||||||
@BootloaderBox.setEnabled(false)
|
@BootloaderBox.setEnabled(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user