We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
chroot
(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
The text was updated successfully, but these errors were encountered:
I moved to a local mirror until such time as I decide to upgrade aboriginal or use something else as the rootfs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Locations for the "Aboriginal Linux" images have moved:
Perhaps these could be mirrored on github?
I believe the next error is related:
chroot
is not found in the target system:The text was updated successfully, but these errors were encountered: