[arch-general] [arch-dev-public] Bootstrap images for installing Arch from another system

Romain Labolle mailing-list at ravomavain.eu
Fri Jul 5 10:00:33 EDT 2013


-----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.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJR1tGBAAoJENjIqLe6T5zr7ccQAJrgXj44s9Tx3zHPLgmJOtBn
ZB3cEDB9odujJyRbUiYdNUBplgxpPAnIO4wpZRBSxe298JuVzf10vR4UzEChQ2xN
M/WYrFBdzy4DYbuo4akamN1eutA98tF4tbHSvToPa/gxQmEgq6mXBPdhaE8R94+j
qg44W0gPmvMkndNDzbDGcFaoggaOi6zJ9T6vWdpD5H0T/2My078MR7nQ1Njtf5Rr
W85UjQTAJ/WI1+ziYU/Aor1U15yqtoVRUfzkloGbHErZgQIjrU3rlQTu4Wqh72ZX
b2rW3rygJFrGzh1TDYCkFK+0D6fx5ALnA5kdtXdQyv80Mgnql3r0TYoT0DhAEewe
Ql4MV29+LNaPZFFxQfsdxf2GxicxJk+RUcBZPrEDTMEvchLFmI5+d6NmtETcj35n
Wv5lDuv8fTpaPfsmGQTHpEcRNkoHNNkEt6IzyJLtRoJjgwsf6cwSyNIwzrQQ7QNv
Tj4CY7pmWgto2HGP5vO5AhOaI7LXzynPS9EZRJ2Bz2MQtH0tTKX2vUDWWgd3nLHH
MCpwLL/1jErrs7sQEiEeHTP9AEGQtevPIEmTL4EA4isey0rzEuuDJQfR0pbFIERK
Yob06gnmSUEC/vBIBE4HAUAqga3y/oP788xSaDBndeVcprkBdM+wPIhsDymFtA9M
IrEQk7ETVD3HcnDpX52W
=SsUr
-----END PGP SIGNATURE-----


More information about the arch-general mailing list