installer.kmdr: don't disable swap before calling gparted; it might be useful is system with low memory

This commit is contained in:
Silvan Calarco 2011-10-03 02:28:33 +02:00
parent 2a6b945907
commit 5668673c57

View File

@ -1526,7 +1526,6 @@ for v in $volumes; do
[ ! -e $native_path/partition ] || continue
udisks --unmount $v
done
/sbin/swapoff -a
@execEnd
@PartitionBox.setEnabled(false)
@BootloaderBox.setEnabled(false)