From 12700bf7af69427b12b90fb349c3638c41eacef7 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 31 Oct 2007 11:45:45 -0400 Subject: [PATCH] add mythbuntu support --- debian/changelog | 6 ++++++ livecd.sh | 13 +++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc2b6e1d..518cd256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.44) UNRELEASED; urgency=low + + * Add Mythbuntu support. + + -- Mario Limonciello Wed, 31 Oct 2007 10:26:25 -0400 + livecd-rootfs (0.43) hardy; urgency=low * Add Gobuntu support. diff --git a/livecd.sh b/livecd.sh index 074b0f0f..f4f02868 100755 --- a/livecd.sh +++ b/livecd.sh @@ -129,15 +129,15 @@ esac; done; shift $((OPTIND-1)) if (( $# == 0 )) || [ "X$1" = "Xall" ]; then - set -- ubuntu kubuntu edubuntu xubuntu gobuntu base + set -- ubuntu kubuntu edubuntu xubuntu gobuntu mythbuntu base if [ "$ARCH" = "i386" ]; then - set -- ubuntu ubuntu-lpia kubuntu edubuntu xubuntu gobuntu base + set -- ubuntu ubuntu-lpia kubuntu edubuntu xubuntu gobuntu mythbuntu base fi fi for arg in "$@"; do case "$arg" in - ubuntu|ubuntu-lpia|edubuntu|kubuntu|xubuntu|gobuntu|base|tocd) + ubuntu|ubuntu-lpia|edubuntu|kubuntu|xubuntu|gobuntu|mythbuntu|base|tocd) ;; *) echo bad name >&2; @@ -190,6 +190,11 @@ Flags: seen LIVELIST="gobuntu-live^ xresprobe laptop-detect casper lupin-casper" COMP="main" ;; + mythbuntu) + LIST="$LIST minimal^ standard^ mythbuntu-desktop" + LIVELIST="mythbuntu-live xresprobe laptop-detect casper lupin-casper" + COMP="main restricted universe multiverse" + ;; base) LIST="$LIST minimal^ standard^" LIVELIST="casper lupin-casper" @@ -400,7 +405,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP} (cd $ROOT && find usr/share/doc -maxdepth 1 -type d | xargs du -s | sort -nr) echo END docdirs - # search for duplicate files, write the summary to stdout, + # search for duplicate files, write the summary to stdout, if which fdupes >/dev/null 2>&1; then echo "first line: " echo "data lines: [ ...]"