diff --git a/debian/changelog b/debian/changelog index 51f763fd..4f1c8d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.69) intrepid; urgency=low + + * add ubuntu-mobile to build targets + + -- Oliver Grawert Tue, 23 Sep 2008 12:46:50 +0200 + livecd-rootfs (0.68) intrepid; urgency=low * Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed 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"