Re: [arch-general] [arch-dev-public] Bootstrap images for installing Arch from another system
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 30/06/2013 02:00, Thomas Bächler wrote:
Am 28.06.2013 20:02, schrieb Thomas Bächler:
Am 22.06.2013 21:19, schrieb Pierre Schmitz:
I'd say we include this script into the releng scripts (either archiso or create a nwe package; atm I use some additional script for releasing an ISO image) and upload such a tar at the same time as the ISO image.
I was thinking about including this into arch-install-scripts, but I am unsure if it really fits in there.
Yes, seems difficult. As I said, I also have other scripts like creating torrents etc. that are used for a realease. Maybe we can create a releng repo/package for these.
Regardless of where the scripts end up, should we publish these images with the July ISO? I can write a short README for it.
Script is here for the moment: https://github.com/brain0/genbootstrap
Just to point out something: when using arch-chroot, the following command is executed (with $1=/tmp/root.x86_64/): mountpoint -q "$1" || track_mount "$1" "$1" --bind;
Since /tmp/root.x86_64/ is not a mountpoint, we got /tmp/root.x86_64/ binded on itself, which override any previous mount points under /tmp/root.x86_64/, especially /tmp/root.x86_64/mnt. So if you install arch that way, you install it on your /tmp, and not on the mounted partition.
So you need to either mount your partition after entering the chroot or bind /tmp/root.x86_64/ before mounting it.
participants (1)
-
Romain Labolle