mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
make distro name a parameter (-d breezy, for example)
This commit is contained in:
parent
9fc52e588f
commit
9fcedc35e2
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
||||
livecd-rootfs (0.20) breezy; urgency=low
|
||||
|
||||
* incorporate ports.ubuntu.com repositories
|
||||
* make distro name a parameter.
|
||||
|
||||
-- LaMont Jones <lamont@ubuntu.com> Thu, 5 May 2005 16:35:16 -0600
|
||||
-- LaMont Jones <lamont@ubuntu.com> Tue, 17 May 2005 10:09:11 -0600
|
||||
|
||||
livecd-rootfs (0.19) hoary; urgency=low
|
||||
|
||||
|
@ -52,11 +52,11 @@ case $(dpkg --print-architecture) in
|
||||
;;
|
||||
*)
|
||||
USERMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||
SECMIRROR=http://ports.ubuntu.com/ubuntu-ports
|
||||
SECMIRROR=${USERMIRROR}
|
||||
;;
|
||||
esac
|
||||
case $(hostname --fqdn) in
|
||||
*.mmjgroup.com) MIRROR=http://ia/ubuntu;;
|
||||
*.mmjgroup.com) MIRROR=http://ia.mmjgroup.com/${USERMIRROR##*/};;
|
||||
*.ubuntu.com) MIRROR=http://jackass.ubuntu.com;;
|
||||
*.warthogs.hbd.com) MIRROR=http://jackass.ubuntu.com;;
|
||||
*.buildd) MIRROR=http://jackass.ubuntu.com;;
|
||||
@ -67,11 +67,12 @@ esac
|
||||
USZ="400*1024" # 400MB for the user
|
||||
# And how many inodes? Default currently gives them > 100000
|
||||
UINUM="" # blank (default), or number of inodes desired.
|
||||
STE=hoary
|
||||
STE=breezy
|
||||
EXCLUDE=""
|
||||
LIST=""
|
||||
|
||||
while getopts :e:i:I:mS:: name; do case $name in
|
||||
while getopts :d:e:i:I:mS:: name; do case $name in
|
||||
d) STE=$OPTARG;;
|
||||
e) EXCLUDE="$EXCLUDE $OPTARG";;
|
||||
i) LIST="$LIST $OPTARG";;
|
||||
I) UINUM=$(sanitize int "$OPTARG");;
|
||||
|
Loading…
x
Reference in New Issue
Block a user