From: Michael Prokop Date: Sun, 24 Feb 2008 12:51:06 +0000 (+0100) Subject: Add ldlinux.sys to grml2usb.filelist X-Git-Tag: 0.9.0 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=7254c524a4ceda57503c1ee1ad64e927538602bc Add ldlinux.sys to grml2usb.filelist --- diff --git a/grml2usb b/grml2usb index 3f5889b..c4778ba 100755 --- a/grml2usb +++ b/grml2usb @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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