From caa453c2ef242a11c92cccc8f4fab8d133a6639c Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Mon, 3 Oct 2005 15:45:25 +0000 Subject: [PATCH] drop universe, update Depends comment in livecd.sh --- livecd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livecd.sh b/livecd.sh index b93618c5..867bb2e6 100755 --- a/livecd.sh +++ b/livecd.sh @@ -4,7 +4,7 @@ #### (c) Copyright 2004,2005 Canonical Ltd. All rights reserved. #### ###################################################################### -# Depends: debootstrap, rsync, cloop-utils, python +# Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps cleanup() { for mnt in $MOUNTS; do @@ -56,7 +56,7 @@ case $ARCH in hppa) USERMIRROR=http://ports.ubuntu.com/ubuntu-ports SECMIRROR=${USERMIRROR} - COMP="main restricted universe" + #COMP="main restricted universe" ;; *) USERMIRROR=http://ports.ubuntu.com/ubuntu-ports