asb / spindle

http://asbradbury.org/projects/spindle/
Other
185 stars 43 forks source link

Aboriginal Linux images moved, contents changed #131

Closed mik3y closed 11 years ago

mik3y commented 11 years ago

Locations for the "Aboriginal Linux" images have moved:

diff --git a/wheezy-stage1 b/wheezy-stage1
index 07095c3..abfcfb6 100755
--- a/wheezy-stage1
+++ b/wheezy-stage1
@@ -129,8 +129,8 @@ EOF

 cd $WORKDIR
 dotask branch_image ../$OUTDIR/stage0.$IMGFORMAT $CURIMG
-dotask download_if_necessary http://landley.net/aboriginal/downloads/binaries/simple-root-filesystem/simple-root-filesystem-armv6l.tar.bz2
-dotask download_if_necessary http://landley.net/aboriginal/downloads/binaries/system-image/system-image-armv6l.tar.bz2
+dotask download_if_necessary http://landley.net/aboriginal/downloads/binaries/root-filesystem/simple-root-filesystem-armv6l.tar.bz2
+dotask download_if_necessary http://landley.net/aboriginal/downloads/binaries/system-image-armv6l.tar.bz2
 dotask download_if_necessary http://landley.net/aboriginal/downloads/binaries/extras/dropbearmulti-armv6l
 [ -f zImage ] || tar -xf system-image-armv6l.tar.bz2 --strip-components=1 system-image-armv6l/zImage
 tar -xvf simple-root-filesystem-armv6l.tar.bz2

Perhaps these could be mirrored on github?

I believe the next error is related: chroot is not found in the target system:

(spindle) $ ./wheezy-stage1
[...]
+ do_second_stage_debootstrap
+ onvm_chroot sh -ex -
+ ssh_in_to_qemu chroot /mnt sh -ex -
+ ssh -i qemu_arm_key -p 22000 -lroot localhost chroot /mnt sh -ex -
sh: chroot: not found
asb commented 11 years ago

I moved to a local mirror until such time as I decide to upgrade aboriginal or use something else as the rootfs.