Hello:
I have the auto/config:
#!/bin/sh
set -e
lb config noauto
- i386
-k 486
--memtest none
"${@}"
and the command lb config
fail and say: --memtest: not found
Which is the error?
Thanks
I'm spanish, sorry about my very poor english.
--
To UNSUBSCRIBE, email to debian-
Matthew Bentley dijo:
> Looks like an error in your script. You are missing the '\' to indicate
> continuation of the command to a new line. This ought to work:
Ok, silly fail. thanks
--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Co
Matthew Bentley dijo:
> Looks like an error in your script. You are missing the '\' to indicate
> continuation of the command to a new line. This ought to work:
>
but anything options fail me, for example:
--firmware-chroot false \
Why?
--
To UNSUBSCRIBE, email to debian-live-requ...@lis
Matthew Bentley dijo:
> Can you show the entire contents of the script and whatever error you are
> getting? Nearly impossible to tell what might be happening without additional
> information.
The auto/config:
#!/bin/sh
set -e
lb config noauto \
- i386 \
-k 486 \
--m
Hello:
The problem was only the empty lines, that they needs too the \
Thanks
--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
https://lists.debian.org/20140414145354.6956c7be.luis.muno