[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH v2 1/4] boot-x86: move creation of install.bat out of extra_image



There is currently only a single caller but soon I will be adding
another which does not want install.bat created.

The final output is unchanged after this change.
---
 tools/boot/squeeze/boot-x86 |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/boot/squeeze/boot-x86 b/tools/boot/squeeze/boot-x86
index 842e991..1ab405a 100644
--- a/tools/boot/squeeze/boot-x86
+++ b/tools/boot/squeeze/boot-x86
@@ -145,9 +145,6 @@ extra_image () {
 		else
 			wget "$DI_WWW_HOME/cdrom/$image" -O $CDDIR/$INSTALLDIR/"$image"
 		fi
-		kernel_param=
-		[ "$dir" = gtk ] && kernel_param="video=vesa:ywrap,mtrr vga=788"
-		echo "\\tools\\loadlin.exe \\$INSTALLDIR\\vmlinuz initrd=initrd.gz $kernel_param" | todos > $CDDIR/$INSTALLDIR/$dir/install.bat
 	fi
 }
 
@@ -236,6 +233,8 @@ if [ "$THISTYPE" = "isolinux" ]; then
 		if [ -e boot$N/isolinux/isolinux.cfg.withgtk ]; then
 			mv boot$N/isolinux/isolinux.cfg.withgtk boot$N/isolinux/isolinux.cfg
 		fi
+		echo "\\tools\\loadlin.exe \\$INSTALLDIR\\vmlinuz initrd=initrd.gz video=vesa:ywrap,mtrr vga=788" | todos > $CDDIR/$INSTALLDIR/gtk/install.bat
+
 	fi
 	rm -f boot$N/isolinux/isolinux.cfg.with*
 
-- 
1.6.3.3


Reply to: