Author: shadzik
Date: Thu Jan 20 17:40:23 2011
New Revision: 12068

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- damn stupid mistake
- swap is the first partition!!


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp (original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp Thu Jan 20 17:40:23 2011
@@ -1741,8 +1741,8 @@
       {
        partitions.append(partDev.as<Solid::Block>()->device());
       }
-      selRoot=partitions.at(0);
-      selSwap=partitions.at(1);
+      selRoot=partitions.at(1);
+      selSwap=partitions.at(0);
       swapPartPos=1; // set to anything
     }
     
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to