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

Re: Problem with auto/config




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 \
        --memtest none \
        --debootstrap-options "--variant=minbase" \
        --firmware-chroot false \
#       --bootappend-live "boot=live config username=a" \
#       --bootappend-live "boot=live config locales=es_ES.UTF-8" \
#       --apt apt \
#       --apt-indices false \
#       --clean \
#       --apt-recommends false \
        "${@}"


and the message of error:

[2014-04-13 09:57:25] lb config
P: Executing auto/config script.
[2014-04-13 09:57:25] lb config noauto - i386 -k 486 --memtest none
--debootstrap-options --variant=minbase
P: Updating config tree for a debian/wheezy/i386 system
./auto/config: 10: ./auto/config: --firmware-chroot: not found


Thanks


Reply to: