mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-17 22:01:47 +00:00
* Add Gobuntu support.
This commit is contained in:
parent
3eb9eba0b3
commit
cfc2cba943
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.43) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Add Gobuntu support.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Mon, 29 Oct 2007 17:56:13 -0400
|
||||||
|
|
||||||
livecd-rootfs (0.42) hardy; urgency=low
|
livecd-rootfs (0.42) hardy; urgency=low
|
||||||
|
|
||||||
* Create /spu directory and spu group for powerpc+ps3 builds.
|
* Create /spu directory and spu group for powerpc+ps3 builds.
|
||||||
|
14
livecd.sh
14
livecd.sh
@ -65,7 +65,6 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
export LANG=C
|
export LANG=C
|
||||||
export CASPER_GENERATE_UUID=1
|
export CASPER_GENERATE_UUID=1
|
||||||
SRCMIRROR=http://archive.ubuntu.com/ubuntu
|
SRCMIRROR=http://archive.ubuntu.com/ubuntu
|
||||||
COMP="main restricted"
|
|
||||||
ARCH=$(dpkg --print-installation-architecture)
|
ARCH=$(dpkg --print-installation-architecture)
|
||||||
OPTMIRROR=
|
OPTMIRROR=
|
||||||
|
|
||||||
@ -89,7 +88,6 @@ select_mirror () {
|
|||||||
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||||
SECMIRROR=${USERMIRROR}
|
SECMIRROR=${USERMIRROR}
|
||||||
SECSRCMIRROR=${SRCMIRROR}
|
SECSRCMIRROR=${SRCMIRROR}
|
||||||
#COMP="main restricted universe"
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||||
@ -131,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 base
|
set -- ubuntu kubuntu edubuntu xubuntu gobuntu base
|
||||||
if [ "$ARCH" = "i386" ]; then
|
if [ "$ARCH" = "i386" ]; then
|
||||||
set -- ubuntu ubuntu-lpia kubuntu edubuntu xubuntu base
|
set -- ubuntu ubuntu-lpia kubuntu edubuntu xubuntu gobuntu 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|base|tocd)
|
ubuntu|ubuntu-lpia|edubuntu|kubuntu|xubuntu|gobuntu|base|tocd)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo bad name >&2;
|
echo bad name >&2;
|
||||||
@ -154,6 +152,7 @@ for FS in "$@"; do
|
|||||||
IMG=livecd.${FSS}.fsimg
|
IMG=livecd.${FSS}.fsimg
|
||||||
MOUNTS="${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev ${ROOT}proc ${ROOT}sys"
|
MOUNTS="${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev ${ROOT}proc ${ROOT}sys"
|
||||||
DEV=""
|
DEV=""
|
||||||
|
COMP="main restricted"
|
||||||
|
|
||||||
select_mirror
|
select_mirror
|
||||||
|
|
||||||
@ -186,6 +185,11 @@ Flags: seen
|
|||||||
LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-4 xubuntu-desktop^"
|
LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-4 xubuntu-desktop^"
|
||||||
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
|
gobuntu)
|
||||||
|
LIST="$LIST minimal^ standard^ gobuntu-desktop^"
|
||||||
|
LIVELIST="gobuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
|
COMP="main"
|
||||||
|
;;
|
||||||
base)
|
base)
|
||||||
LIST="$LIST minimal^ standard^"
|
LIST="$LIST minimal^ standard^"
|
||||||
LIVELIST="casper lupin-casper"
|
LIVELIST="casper lupin-casper"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user