[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: is debian debootstrap arch dependent ? or broken



On Sun, 18 May 2014 19:44:22 -0400
"Lennart Sorensen" <lsorense@csclub.uwaterloo.ca> wrote:

> On Mon, May 19, 2014 at 12:24:33AM +0100, RichardBown wrote:
> > Hi
> > 
> > As the squeeze version of debootstrap is sitting in the flash and
> > cant be over written
> > I've edited the kirwood.debian-wheezy.sh
> > 
> > DEB_MIRROR="http://cdn.debian.net/debian";
> > 
> > MKE2FS_URL="$MIRROR/debian/mke2fs"
> > PKGDETAILS_URL="$MIRROR/debian/pkgdetails"
> > URL_UBOOT="http://projects.doozan.com/uboot/install_uboot_mtd0.sh";
> > #DEBOOTSTRAP_VERSION=$(wget -q
> > "$DEB_MIRROR/pool/main/d/debootstrap/?C=M;O=D" -O- | grep -o
> > 'debootstrap[^"]*all.deb' | head -n1) #DEBOOTSTRAP_VERSION=$(wget
> > -q "$DEB_MIRROR/pool/main/d/debootstrap/?C=M;O=D" -O- | grep -v
> > squeeze | grep -o 'debootstrap[^"]*all.deb' | head -n1 )
> > #URL_DEBOOTSTRAP="$DEB_MIRROR/pool/main/d/debootstrap/$DEBOOTSTRAP_VERSION"
> > URL_DEBOOTSTRAP="$DEB_MIRROR/pool/main/d/debootstrap/debootstrap_1.0.60_all.deb"
> > 
> > #
> > # Download debootstrap
> > #
> > ##########
> > ##########
> > 
> > #if [ ! -e /usr/sbin/debootstrap ]; then
> >  mkdir /tmp/debootstrap
> >  cd /tmp/debootstrap
> >  wget -O debootstrap.deb $URL_DEBOOTSTRAP
> >  ar xv debootstrap.deb
> >  tar xzvf data.tar.gz
> > 
> >   if [ "$RO_ROOT" = "1" ]; then
> >     mount -o remount,rw /
> >   fi
> >   #  mv ./usr/sbin/debootstrap /usr/sbin
> >   #  mv ./usr/share/debootstrap /usr/share
> 
> You need those two lines to extract the new version though.
> 
> >   install "$PKGDETAILS" "$PKGDETAILS_URL" 755
> > 
> >   if [ "$RO_ROOT" = "1" ]; then
> >     mount -o remount,ro /
> >   fi
> > #fi
> 
> That should do it.  Just removing the if should fix it for you.
> 

Thanks
nearly there,  just what decompresses   data.tar.xz ?

tar doesn't like it

Many thanks for the help so far, must get to bed

-- 
-- 
Best wishes /73
Richard Bown
Email : richard@g8jvm.com   
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call G8JVM . OS Linux Mint 16 x86_64 on a Dell Inspiron N5030 laptop
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W
################################################################################## 


Reply to: