mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-04 22:51:31 +00:00
add mythbuntu support
This commit is contained in:
parent
5b326743fd
commit
12700bf7af
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.44) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Add Mythbuntu support.
|
||||||
|
|
||||||
|
-- Mario Limonciello <superm1@ubuntu.com> Wed, 31 Oct 2007 10:26:25 -0400
|
||||||
|
|
||||||
livecd-rootfs (0.43) hardy; urgency=low
|
livecd-rootfs (0.43) hardy; urgency=low
|
||||||
|
|
||||||
* Add Gobuntu support.
|
* Add Gobuntu support.
|
||||||
|
13
livecd.sh
13
livecd.sh
@ -129,15 +129,15 @@ esac; done;
|
|||||||
shift $((OPTIND-1))
|
shift $((OPTIND-1))
|
||||||
|
|
||||||
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
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
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
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;
|
echo bad name >&2;
|
||||||
@ -190,6 +190,11 @@ Flags: seen
|
|||||||
LIVELIST="gobuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
LIVELIST="gobuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
COMP="main"
|
COMP="main"
|
||||||
;;
|
;;
|
||||||
|
mythbuntu)
|
||||||
|
LIST="$LIST minimal^ standard^ mythbuntu-desktop"
|
||||||
|
LIVELIST="mythbuntu-live xresprobe laptop-detect casper lupin-casper"
|
||||||
|
COMP="main restricted universe multiverse"
|
||||||
|
;;
|
||||||
base)
|
base)
|
||||||
LIST="$LIST minimal^ standard^"
|
LIST="$LIST minimal^ standard^"
|
||||||
LIVELIST="casper lupin-casper"
|
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)
|
(cd $ROOT && find usr/share/doc -maxdepth 1 -type d | xargs du -s | sort -nr)
|
||||||
echo END docdirs
|
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
|
if which fdupes >/dev/null 2>&1; then
|
||||||
echo "first line: <total size for dupes> <different dupes> <all dupes>"
|
echo "first line: <total size for dupes> <different dupes> <all dupes>"
|
||||||
echo "data lines: <size for dupes> <number of dupes> <file size> <filename> [<filename> ...]"
|
echo "data lines: <size for dupes> <number of dupes> <file size> <filename> [<filename> ...]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user