[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-03-09 Thread Martin Pitt
Ah, I see the problem. live-build has in ./functions/defaults.sh: case ${LB_MODE} in [...] ubuntu) LB_SYSLINUX_THEME=${LB_SYSLINUX_THEME:-ubuntu-oneiric} ;; So we'll need to set this explicitly. ** Changed

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-02-26 Thread Paolo Sammicheli
Hello Martin, I'm building the Italian Iso for my LoCo Team and I can confirm this bug. In a fresh Precise installations I ran: ubuntu-defaults-image --ppa ubuntu-defaults-it-team/ubuntu-defaults-it --locale it --components main,restricted,universe --release precise --arch i386 And at the end

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-02-26 Thread Redmar
Hi Paolo Sammicheli, I believe this is due to an error in ubuntu-defaults-builder (maybe the path to /usr/share/syslinux/themes/ubuntu-oneiric/isolinux-live/ is hardcoded?). As a temporary fix I just copied the content of /usr/share/syslinux/themes/ubuntu-oneiric to /usr/share/syslinux/themes

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-02-26 Thread Paolo Sammicheli
Thank you Redmar! Yes I've read about this workaround, thank you anyway. I hope this bug will be fixed in time for Precise, btw Ciao! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910859 Title:

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-23 Thread Redmar
test@test:~$ dpkg -l 'syslinux-themes*' | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Naam Versie

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-23 Thread Martin Pitt
Ah, so that way around. Are you actually building a precise image, or an oneiric one? In the latter case, you'd need to install syslinux-themes- oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-23 Thread Redmar
I'm trying to build a precise image. Since I'm on precise, I just call ubuntu-default-image --package name.deb so it should default to the current system, which is precise. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-22 Thread Redmar
I have syslinux-themes-ubuntu installed, but I'm running Precise. I think that means that ubuntu-defaults-image shouldn't look for the directory 'ubuntu-oneiric' but for 'ubuntu-precise'. I'll try to copy ubuntu-precise to ubuntu-oneiric in /usr/share/syslinux/themes, and see if that solves it.

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-22 Thread Redmar
Copying ubuntu-oneiric to ubuntu-precise and building the example image did give an iso. It's not really functional, but thats probably due to the alpha nature of precise at the moment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-22 Thread Martin Pitt
Can you please give me the output of dpkg -l 'syslinux-themes*'|cat ? syslinux-themes-ubuntu version 2 depends on syslinux-themes-ubuntu- precise, which does ship /usr/share/syslinux/themes/ubuntu-precise . -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-18 Thread Martin Pitt
cp: cannot stat `/usr/share/syslinux/themes/ubuntu-oneiric/isolinux- live/*': No such file or directory You need to install the syslinux-themes-ubuntu package. ubuntu-defaults- builder recommends it, but perhaps you uninstalled it or installed with --no-install-recommends? ** Changed in:

[Bug 910859] Re: ubuntu-defaults-image doesnt generate .iso file

2012-01-02 Thread Redmar
** Attachment added: binary.log https://bugs.launchpad.net/bugs/910859/+attachment/2654110/+files/binary.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910859 Title: ubuntu-defaults-image