mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 19:22:17 +00:00
Add ubuntu-live
This commit is contained in:
parent
ec71c92644
commit
bb6d2151ed
@ -102,7 +102,7 @@ mount -tproc none ${ROOT}proc
|
|||||||
cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$
|
cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$
|
||||||
cat /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
|
case $(dpkg --print-architecture) in
|
||||||
amd64) LIST="$LIST linux-amd64-generic";;
|
amd64) LIST="$LIST linux-amd64-generic";;
|
||||||
i386) LIST="$LIST linux-386";;
|
i386) LIST="$LIST linux-386";;
|
||||||
@ -117,7 +117,6 @@ esac
|
|||||||
|
|
||||||
# Create a good sources.list, and finish the install
|
# Create a good sources.list, and finish the install
|
||||||
echo deb $MIRROR $STE main restricted > ${ROOT}etc/apt/sources.list
|
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 update
|
||||||
chroot $ROOT apt-get -y install $LIST </dev/null
|
chroot $ROOT apt-get -y install $LIST </dev/null
|
||||||
chroot $ROOT /etc/cron.daily/slocate
|
chroot $ROOT /etc/cron.daily/slocate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user