mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
more cleanup
This commit is contained in:
parent
1f87003934
commit
0e90703574
@ -38,6 +38,7 @@ STE=hoary
|
||||
ROOT=$(pwd)/chroot-livecd/ # trailing / is CRITICAL
|
||||
IMG=livecd.fsimg
|
||||
MOUNTS="${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev ${ROOT}proc"
|
||||
DEV=""
|
||||
|
||||
rm -rf ${ROOT}
|
||||
|
||||
@ -112,6 +113,8 @@ esac
|
||||
echo deb $MIRROR $STE main restricted > ${ROOT}etc/apt/sources.list
|
||||
chroot $ROOT apt-get update
|
||||
chroot $ROOT apt-get -y install ubuntu-base ubuntu-desktop $KERNEL </dev/null
|
||||
chroot $ROOT /etc/cron.daily/slocate
|
||||
chroot $ROOT /etc/cron.daily/man-db
|
||||
|
||||
# remove our diversions
|
||||
for file in $DIVERTS; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user