[Debian-live-changes] r931 - dists/trunk/live-helper/templates/syslinux

Daniel Baumann daniel at alioth.debian.org
Tue Apr 3 16:28:05 UTC 2007


Author: daniel
Date: 2007-04-03 16:28:05 +0000 (Tue, 03 Apr 2007)
New Revision: 931

Modified:
   dists/trunk/live-helper/templates/syslinux/pxelinux.cfg
Log:


Modified: dists/trunk/live-helper/templates/syslinux/pxelinux.cfg
===================================================================
--- dists/trunk/live-helper/templates/syslinux/pxelinux.cfg	2007-04-03 16:06:11 UTC (rev 930)
+++ dists/trunk/live-helper/templates/syslinux/pxelinux.cfg	2007-04-03 16:28:05 UTC (rev 931)
@@ -1,19 +1,19 @@
 default linux
 label linux
   kernel vmlinuz
-  append initrd=initrd.gz boot=casper netboot nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
+  append initrd=initrd.img boot=casper netboot nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
 label nfs
   kernel vmlinuz
-  append initrd=initrd.gz boot=casper netboot=nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
+  append initrd=initrd.img boot=casper netboot=nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
 label nfslegacy
   kernel vmlinuz
-  append initrd=initrd.gz boot=casper root=/dev/nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
+  append initrd=initrd.img boot=casper root=/dev/nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
 label cifs
   kernel vmlinuz
-  append initrd=initrd.gz boot=casper netboot=cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
+  append initrd=initrd.img boot=casper netboot=cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
 label cifslegacy
   kernel vmlinuz
-  append initrd=initrd.gz boot=casper root=/dev/cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
+  append initrd=initrd.img boot=casper root=/dev/cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
 label memtest
   kernel memtest
 display pxelinux.cfg/isolinux.txt




More information about the Debian-live-changes mailing list