kadischi/livecd_generator kadischi.py,1.37,1.38

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Tue Jul 11 11:49:13 UTC 2006


Author: chitlesh

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20658/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
patch for SMP kernels


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- kadischi.py	10 Jul 2006 09:37:06 -0000	1.37
+++ kadischi.py	11 Jul 2006 11:49:11 -0000	1.38
@@ -158,6 +158,12 @@
     print "[kadischi]: installing boot & config files in compressed tree"
     boot = normalize_path([bindir, 'install-boot.sh'])
     args = [boot, sysdir, csysdir, kernel]
+    if kernel != None and kernel_smp == None:
+        args = [boot, sysdir, csysdir, kernel]
+    elif kernel != None and kernel_smp != None:
+        args = [boot, sysdir, csysdir, kernel]
+    else:
+        args = [boot, sysdir, csysdir, kernel_smp]
     execute(args)
 
     # delete sysdir - we don`t need it anymore




More information about the fedora-extras-commits mailing list