X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;f=ubuntu-daily;h=fed9db23310539219794de56e8a165317cde6455;hb=daf2ed2268f2f64564922339acd90d2cf1f7b583;hp=11665c0fef31a8f9a8a503c4c81f59ac81abab86;hpb=25b6d00edebfca36db1f2f61ea073f5423f748d0;p=bin.git diff --git a/ubuntu-daily b/ubuntu-daily index 11665c0..fed9db2 100755 --- a/ubuntu-daily +++ b/ubuntu-daily @@ -1,7 +1,7 @@ #! /bin/sh PROJECT= -CURRENT_DIST=natty +CURRENT_DIST=oneiric DIST="$CURRENT_DIST" BASE=cdimage.ubuntu.com::cdimage RSYNC=false @@ -13,7 +13,7 @@ Usage: $0 [options] image_type architecture Options: -f|--flavour FLAVOUR Flavour (default: ubuntu). - -d|--dist DIST Distribution (default: natty). + -d|--dist DIST Distribution (default: oneiric). -a|--authenticated Use privileged access. -r|--rsync Force rsync. -h|--http Force HTTP only (no reuse). @@ -119,7 +119,7 @@ else EXISTING=: mv "$LOCAL.iso" "$LOCAL.iso.old" mkdir -p "old-$2" - sudo mount -o loop "$LOCAL.iso.old" "old-$2" + sudo mount -o loop,ro "$LOCAL.iso.old" "old-$2" fi ionice -c2 -n7 jigdo-lite "$LOCAL.jigdo" if $EXISTING; then