From 8d7abf1cb806e1871e58ec22e5158811c0887ed0 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Mon, 29 Sep 2008 23:23:53 +0200 Subject: [PATCH] switch ubuntu-mobile from metapackage installation to mobile-mobile task --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index fec85f5a..066895cc 100755 --- a/livecd.sh +++ b/livecd.sh @@ -205,7 +205,7 @@ Flags: seen COMP="main restricted universe multiverse" ;; ubuntu-mobile) - LIST="$LIST minimal^ ubuntu-mobile" + LIST="$LIST minimal^ mobile-mobile^" LIVELIST="casper ubiquity" COMP="main restricted universe multiverse" ;;