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

Daniel Baumann daniel at alioth.debian.org
Sat May 5 13:13:22 UTC 2007


Author: daniel
Date: 2007-05-05 13:13:22 +0000 (Sat, 05 May 2007)
New Revision: 1262

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


Modified: dists/trunk/live-helper/templates/syslinux/isolinux.cfg
===================================================================
--- dists/trunk/live-helper/templates/syslinux/isolinux.cfg	2007-05-05 12:25:43 UTC (rev 1261)
+++ dists/trunk/live-helper/templates/syslinux/isolinux.cfg	2007-05-05 13:13:22 UTC (rev 1262)
@@ -20,14 +20,17 @@
 
 LIVE_MEMTEST
 
-label disk1
-  localboot 0x80
-label disk2
-  localboot 0x81
-label floppy
-  localboot 0x00
-label nextboot
-  localboot -1
+LABEL floppy
+	localboot 0x00
 
+LABEL disk1
+	localboot 0x80
+
+LABEL disk2
+	localboot 0x81
+
+LABEL nextboot
+	localboot -1
+
 PROMPT 1
 TIMEOUT 0




More information about the Debian-live-changes mailing list