BTS

Message4577

Author martinslouf
Recipients mika
Date 2013-06-10.17:23:30
Content
Hi,

neither I understand it, but what really helped was to lowercase the
'TIMEOUT' setting.

I am using grml2usb as installed from your repo:

# - - - -
deb     http://deb.grml.org/ grml-testing main
deb-src http://deb.grml.org/ grml-testing main
# - - - -

# dpkg -l grml2usb
ii  grml2usb    0.13.8       amd64      install Grml system / ISO to usb device

I really just changed the case as you can see from the diff, if there is
any additional info or any testing, do not hesitate to ask, I am ready to
provide. I am on the IRC #grml as 'bubak' you are 'mika', I guess.

Best Regards,
martin

On Mon, Jun 10, 2013 at 04:45:22PM +0000, Michael Prokop wrote:
>
> Michael Prokop <mika@grml.org> added the comment:
>
> * MartinÅ louf wrote in grml's BTS on 20130608 / 16:52:
>
> > i believe i have found a bug in (otherwise great :-) GRML distribution.
>
> [...]
> > 6. As it seems, current grm2usb script has an error
>
> > $ diff /usr/sbin/grml2usb /usr/sbin/grml2usb~
> > 1387c1387
> > <     syslinux_config_file.write("timeout 300\n")
> > ---
> > >     syslinux_config_file.write("TIMEOUT 300\n")
>
> > Problem is that "TIMEOUT" is given with uppercase letters; change to
> > lowercase and you are fine.
>
> This never was an issue so far, AFAIK syslinux also shouldn't
> care about upper case vs. lower case, so I'm wondering why this
> happens to you but no one else (so far).
> Are you using grml2usb directly from the grml64-full_2013.02 ISO
> with the syslinux version shipped with grml64-full_2013.02?
>
> (I'm happy to adjust the timeout setting accordingly, but I'd like
> to understand what's going on.)
>
> Thanks!
>
> regards,
> -mika-
>
> ----------
> status: unread -> chatting
>
> _____________________________________
> GRML issue tracker <bts@bts.grml.org>
> <http://bts.grml.org/grml/issue1262>
> _____________________________________
>
History
Date User Action Args
2013-06-10 17:23:31martinsloufsetrecipients: + mika
2013-06-10 17:23:30martinslouflinkissue1262 messages
2013-06-10 17:23:30martinsloufcreate