SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
shadzik
shadzik at pld-linux.org
Thu Jan 20 17:40:24 CET 2011
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
}
More information about the pld-cvs-commit
mailing list