[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Command line option 'r' [from -r`] is not known. something is wrong?



On 06/05/2013 09:52 AM, housegregory299 wrote:
> lb config noauto \
>    --architecture "amd64" \
>    --debian-installer live -p "xfce" \
>    --cache "true" \
>    --cache-packages "true" \
>    --distribution "wheezy" \
>    --bootappend-live "locales=ru_RU.UTF-8 keyboard-layouts=us" \
>    --archive-areas "main contrib non-free"
>   "${@}"
> 
> i got following error:
> 
> E: Command line option 'r' [from -r`] is not known.
> 
> I don't know what is line option 'r'.
> 
> What is wrong in above command?

In addition to using the no longer supported -p option, you are missing
the "\" continuation character at the end of your second-last line,
completely breaking your auto/config, i.e. that line should be:

    --archive-areas "main contrib non-free" \



Reply to: