On Mon, Oct 01, 2007 at 04:55:55PM +0000, Mohsen Pahlevanzadeh wrote:
> Dear all,
> i have created a dvd directory & mount it to a iso image of debian's DVD   
> looply.
> I have use following command :
> lh_config -a i386 -b usb-hdd  -d etch --mirror-bootstrap="file:///dvd"  
> --mirror-bootstrap="file:///dvd"  --mirror-binary="file:///dvd"
>
> But when i use following command :
> lh_build &> log.err
> my log.err has many error.
> i have attached log.err
I think this is happening because apt-get is being run from within the
chroot where /dvd doesn't exist.  So you might try again after:

        rm -fr ./rescue (or whatever your toplevel dir is)
        mkdir rescue rescue/chroot rescue/chroot/dvd
        cd rescue
        lh_config ...
        mount /dev/dvd chroot/dvd
        lh_build 2>&1 |tee binary.log

Justin

_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to