mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-25 01:31:34 +00:00
drop universe, update Depends comment in livecd.sh
This commit is contained in:
parent
d4c2580fd0
commit
caa453c2ef
@ -4,7 +4,7 @@
|
|||||||
#### (c) Copyright 2004,2005 Canonical Ltd. All rights reserved. ####
|
#### (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() {
|
cleanup() {
|
||||||
for mnt in $MOUNTS; do
|
for mnt in $MOUNTS; do
|
||||||
@ -56,7 +56,7 @@ case $ARCH in
|
|||||||
hppa)
|
hppa)
|
||||||
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||||
SECMIRROR=${USERMIRROR}
|
SECMIRROR=${USERMIRROR}
|
||||||
COMP="main restricted universe"
|
#COMP="main restricted universe"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user