admin (AC-branch): ftp/geniso-poldek - use PLD bootdisks for booti...

hawk hawk at pld-linux.org
Sun Mar 12 23:50:14 CET 2006


Author: hawk                         Date: Sun Mar 12 22:50:14 2006 GMT
Module: admin                         Tag: AC-branch
---- Log message:
- use PLD bootdisks for booting x86 ISOs

---- Files affected:
admin/ftp:
   geniso-poldek (1.15.2.17 -> 1.15.2.18) 

---- Diffs:

================================================================
Index: admin/ftp/geniso-poldek
diff -u admin/ftp/geniso-poldek:1.15.2.17 admin/ftp/geniso-poldek:1.15.2.18
--- admin/ftp/geniso-poldek:1.15.2.17	Sun Mar 12 23:18:45 2006
+++ admin/ftp/geniso-poldek	Sun Mar 12 23:50:09 2006
@@ -219,7 +219,10 @@
 	if [ "${NR}" = "1" ]; then
 	    BOOTOPT=""
 	    case "$ARCH" in
-		i?86|athlon|amd64|x86_64)
+		i?86|athlon)
+    		    BOOTOPT="-b ${BOOTDISK} -c PLD/images/boot.cat"
+		;;
+		amd64|x86_64)
     		    BOOTOPT="-no-emul-boot -boot-info-table -boot-load-size 4 -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.catalog"
 		;;
 		ppc)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/admin/ftp/geniso-poldek?r1=1.15.2.17&r2=1.15.2.18&f=u



More information about the pld-cvs-commit mailing list