From bb6d2151ed4004b11ba9125c0f4b17699b6da7da Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sat, 12 Feb 2005 01:25:07 +0000 Subject: [PATCH] Add ubuntu-live --- livecd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/livecd.sh b/livecd.sh index 081698df..8ce7aa77 100755 --- a/livecd.sh +++ b/livecd.sh @@ -102,7 +102,7 @@ mount -tproc none ${ROOT}proc cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$ cat /etc/apt/trusted.gpg >> ${ROOT}etc/apt/trusted.gpg -LIST="ubuntu-base ubuntu-desktop xresprobe laptop-detect" +LIST="ubuntu-base ubuntu-desktop ubuntu-live xresprobe laptop-detect" case $(dpkg --print-architecture) in amd64) LIST="$LIST linux-amd64-generic";; i386) LIST="$LIST linux-386";; @@ -117,7 +117,6 @@ esac # Create a good sources.list, and finish the install echo deb $MIRROR $STE main restricted > ${ROOT}etc/apt/sources.list -#echo deb http://rockhopper.warthogs.hbd.com/~lamont/lrm / >> ${ROOT}etc/apt/sources.list chroot $ROOT apt-get update chroot $ROOT apt-get -y install $LIST