Author: M0E.lnx
Date: Thu Aug 21 14:29:43 2008
New Revision: 136
Modified:
branches/iVL/MdlInstallSys.module
Log:
- Remove old code that activated swap partition.
Modified: branches/iVL/MdlInstallSys.module
==============================================================================
--- branches/iVL/MdlInstallSys.module (original)
+++ branches/iVL/MdlInstallSys.module Thu Aug 21 14:29:43 2008
@@ -59,10 +59,7 @@
SHELL "mount " & ClsPartSel.sTmp & Space(1) & ClsGlobal.sTargetMnt
&/ "tmp -t " & ClsPartSel.fTmp WAIT
END IF
- ' see if there is a swap partition and use it
- IF ClsPartSel.sSwap THEN
- SHELL "swapon -a " WAIT
- END IF
+
'WRITE THE NEW FSTAB NOW, RIGHT BEFORE INSTALLING PACKAGES.
@@ -71,7 +68,7 @@
'ME.INSTALL_PACKAGES()
' FROM HERE, DECIDE WHICH WAY TO GO
- ClsGlobal.sTargetMnt = "/home/moises/mnt/target" ' for testing only
+ 'ClsGlobal.sTargetMnt = "/home/moises/mnt/target" ' for testing only
|