Comment 12 for bug 910859

Revision history for this message
Martin Pitt (pitti) wrote : Re: ubuntu-defaults-image doesnt generate .iso file

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.