X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=c4778ba7d89c83db2cff186e19291857337f6952;hp=3f5889b4189a44134ce3212f54858bee8f533110;hb=7254c524a4ceda57503c1ee1ad64e927538602bc;hpb=12aff0e9cd8510922d3e9393f431efb6e57342ff 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