From 12700bf7af69427b12b90fb349c3638c41eacef7 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 31 Oct 2007 11:45:45 -0400 Subject: [PATCH 1/2] 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: [ ...]" From 5460d5aaa80559bc568af7891fca066820262fac Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 11 Aug 2008 20:48:21 -0500 Subject: [PATCH 2/2] add mythbuntu to a few locations --- BuildLiveCD | 4 ++-- livecd.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BuildLiveCD b/BuildLiveCD index 4f5b61fa..aa7f237d 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -55,9 +55,9 @@ if [ -z "$SUITES" ]; then echo "No valid suites to build for" >&2 && exit 1 fi if (( $# == 0 )) || [ "X$1" = "Xall" ]; then - set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu base + set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu base if [ "$ARCH" = "i386" ]; then - set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu base + set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base fi fi diff --git a/livecd.sh b/livecd.sh index d5789858..68132a4e 100644 --- a/livecd.sh +++ b/livecd.sh @@ -129,15 +129,15 @@ esac; done; shift $((OPTIND-1)) if (( $# == 0 )) || [ "X$1" = "Xall" ]; then - set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu gobuntu base + set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu gobuntu base if [ "$ARCH" = "i386" ]; then - set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu gobuntu base + set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd mythbuntu xubuntu gobuntu base fi fi for arg in "$@"; do case "$arg" in - ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|base|tocd) + ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|base|tocd) ;; *) echo bad name >&2; @@ -197,7 +197,7 @@ Flags: seen ;; mythbuntu) LIST="$LIST minimal^ standard^ mythbuntu-desktop" - LIVELIST="mythbuntu-live xresprobe laptop-detect casper lupin-casper" + LIVELIST="mythbuntu-live^ xresprobe laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;; base)