SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Thu Jan 20 14:56:43 CET 2011


Author: shadzik
Date: Thu Jan 20 14:56:42 2011
New Revision: 12065

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- fix swap creation when autopartitioning, was ommited


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	Thu Jan 20 14:56:42 2011
@@ -1744,6 +1744,7 @@
       }
       destPartition=partitions[0];
       destSwap=partitions[1];
+      swapPartPos=1; // set to anything
     }
     
     if(!(entireDisk->isChecked()))


More information about the pld-cvs-commit mailing list