Add ldlinux.sys to grml2usb.filelist 0.9.0
authorMichael Prokop <devnull@localhost>
Sun, 24 Feb 2008 12:51:06 +0000 (13:51 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 24 Feb 2008 12:51:06 +0000 (13:51 +0100)
grml2usb

index 3f5889b..c4778ba 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sat Feb 23 23:43:52 CET 2008 [mika]
+# Latest change: Sun Feb 24 13:49:13 CET 2008 [mika]
 ################################################################################
 
 # colors {{{
@@ -182,6 +182,9 @@ copyit(){
     fi
     echo boot >> $DEVICE/grml2usb.filelist
 
+    # syslinux creates a file named ldlinux.sys:
+    echo "ldlinux.sys" >> ${DEVICE}/grml2usb.filelist
+
     if ! [ -r ${DEVICE}/live/filesystem.module ] ; then
        GRML_NAME=grml
     else