I personally use sid-based images, and this is how my config file looks like
https://github.com/crayxt/kazsid/blob/master/auto/config On Thu, May 9, 2013 at 8:34 PM, Henry Jensen <[email protected]> wrote: > > > On Thu, 9 May 2013 19:13:16 +0600 > Baurzhan Muftakhidinov <[email protected]> wrote: > >> > Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ... >> > Setting up syslinux (2:4.05+dfsg-6+deb7u1) ... >> > cp: cannot stat `/root/isolinux/libutil.c32': No such file or directory >> > cp: cannot stat `/root/isolinux/ldlinux.c32': No such file or directory >> > cp: cannot stat `/root/isolinux/libcom32.c32': No such file or directory >> > mv: target `binary/live/vmlinuz' is not a directory >> > P: Begin unmounting filesystems... >> > P: Saving caches... >> > Reading package lists... >> > Building dependency tree... >> > Reading state information... >> > >> > And the build stops there. Sorry, if I missed something obvious. >> > >> > Regards, >> > >> >> For syslinux, add the next option to lb config: >> --bootloader syslinux > > Thanks, but the problems are still there: > > # cat auto/config > #!/bin/sh > > lb config noauto \ > --architecture i386 \ > --linux-flavours 686 \ > --bootloader syslinux \ > --iso-application "mylivedistro" \ > --iso-volume "mylivedistro" \ > --bootappend-live "boot=live config noautologin keyboard-layouts=de > keyboard-variant=nodeadkeys ip=frommedia hostname=myhost.local" \ > "${@}" > > > Build still stops at: > > Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ... > Setting up syslinux (2:4.05+dfsg-6+deb7u1) ... > cp: cannot stat `/root/isolinux/libutil.c32': No such file or directory > cp: cannot stat `/root/isolinux/ldlinux.c32': No such file or directory > cp: cannot stat `/root/isolinux/libcom32.c32': No such file or directory > mv: target `binary/live/vmlinuz' is not a directory > P: Begin unmounting filesystems... > P: Saving caches... > Reading package lists... > Building dependency tree... > Reading state information... > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: > http://lists.debian.org/[email protected] > On Thu, May 9, 2013 at 8:34 PM, Henry Jensen <[email protected]> wrote: > > > On Thu, 9 May 2013 19:13:16 +0600 > Baurzhan Muftakhidinov <[email protected]> wrote: > >> > Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ... >> > Setting up syslinux (2:4.05+dfsg-6+deb7u1) ... >> > cp: cannot stat `/root/isolinux/libutil.c32': No such file or directory >> > cp: cannot stat `/root/isolinux/ldlinux.c32': No such file or directory >> > cp: cannot stat `/root/isolinux/libcom32.c32': No such file or directory >> > mv: target `binary/live/vmlinuz' is not a directory >> > P: Begin unmounting filesystems... >> > P: Saving caches... >> > Reading package lists... >> > Building dependency tree... >> > Reading state information... >> > >> > And the build stops there. Sorry, if I missed something obvious. >> > >> > Regards, >> > >> >> For syslinux, add the next option to lb config: >> --bootloader syslinux > > Thanks, but the problems are still there: > > # cat auto/config > #!/bin/sh > > lb config noauto \ > --architecture i386 \ > --linux-flavours 686 \ > --bootloader syslinux \ > --iso-application "mylivedistro" \ > --iso-volume "mylivedistro" \ > --bootappend-live "boot=live config noautologin keyboard-layouts=de > keyboard-variant=nodeadkeys ip=frommedia hostname=myhost.local" \ > "${@}" > > > Build still stops at: > > Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ... > Setting up syslinux (2:4.05+dfsg-6+deb7u1) ... > cp: cannot stat `/root/isolinux/libutil.c32': No such file or directory > cp: cannot stat `/root/isolinux/ldlinux.c32': No such file or directory > cp: cannot stat `/root/isolinux/libcom32.c32': No such file or directory > mv: target `binary/live/vmlinuz' is not a directory > P: Begin unmounting filesystems... > P: Saving caches... > Reading package lists... > Building dependency tree... > Reading state information... > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: > http://lists.debian.org/[email protected] > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAFp4thTmWzydQs3Abc2jnpEOJk+V6ya=zlxhpuzwnjcf-n6...@mail.gmail.com
