diff --git a/livecd.sh b/livecd.sh index 7d2b7637..5863a172 100755 --- a/livecd.sh +++ b/livecd.sh @@ -141,7 +141,7 @@ fi for arg in "$@"; do case "$arg" in - ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|base|tocd) + ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|base|tocd) ;; *) echo bad name >&2; @@ -204,6 +204,11 @@ Flags: seen LIVELIST="casper ubiquity" COMP="main restricted universe multiverse" ;; + ubuntu-mobile) + LIST="$LIST minimal^ ubuntu-mobile" + LIVELIST="casper ubiquity" + COMP="main restricted universe multiverse" + ;; base) LIST="$LIST minimal^ standard^" LIVELIST="casper lupin-casper"