Hi all Because lenny is too old for some of my hardware and squeeze is too broken, I desperately choose to try out the ubuntu mode. Unfortunately, I run exactly into the same issue as Luigi here: http://lists.debian.org/debian-live/2009/05/msg00072.html
Fortunately, Luigi gave me the right hint. You have to replace "ubuntu-standard" with "ubuntu-minimal" in the defaults. Please find attached a patch that fixes the problem. Regards Ronny -- Ronny Standtke Fachhochschule Nordwestschweiz Dozent MedienpƤdagogik / ICT PƤdagogische Hochschule Telefon: +41 32 627 92 47 Obere Sternengasse 7 Mobil : +41 79 786 81 82 4502 Solothurn
diff --git a/functions/defaults.sh b/functions/defaults.sh index 32cc7b5..b501298 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -621,7 +621,7 @@ Set_defaults () # Setting packages string case "${LH_MODE}" in ubuntu) - LH_PACKAGES="${LH_PACKAGES:-ubuntu-standard}" + LH_PACKAGES="${LH_PACKAGES:-ubuntu-minimal}" ;; *)