Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aboriginal Linux images moved, contents changed #131

Closed
mik3y opened this issue Feb 5, 2013 · 1 comment
Closed

Aboriginal Linux images moved, contents changed #131

mik3y opened this issue Feb 5, 2013 · 1 comment

Comments

@mik3y
Copy link

mik3y commented Feb 5, 2013

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
Copy link
Owner

asb commented Jun 27, 2013

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

@asb asb closed this as completed Jun 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants