Re: Re: Re: live build

2015-08-31 Thread Gerard ROBIN
I got help from the debian-live list (chals) the file auto/config must be : #!/bin/sh set -e lb config noauto \ --architecture amd64 \ --bootappend-live "boot=live ip=frommedia persistence locales=fr_FR.UTF-8 keyboard-layouts=fr" \ --archive-areas "main contrib non-free"

Re: Re: live build

2015-08-25 Thread Gerard ROBIN
thanks for your reply. I read the documentation before posting, but this documentation is outdated. after much testing I managed to get just about what I wanted. if it can help those who want to try "live build" I put some guidelines that work for me: auto/config: #!/bin/sh set -e lb config no