siggoberto / salchicha1

Automatically exported from code.google.com/p/tokland
0 stars 0 forks source link

arch-bootstrap.sh fails because of missing /lib symlink #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# sudo arch-bootstrap.sh -a i686 -r 
"http://archlinux.mirrors.ovh.net/archlinux/" /home/chroots/fm2013
...
--- re-install basic packages and install extra packages: coreutils bash grep 
gawk file tar initscripts
chroot: failed to run command '/usr/bin/pacman': No such file or directory

The problem: pacman can't find /lib/ld-linux.so.2

Solution (IMHO): add "filesystem" to BASIC_PACKAGES in the scripts

See also 
https://www.archlinux.org/news/update-filesystem-201301-1-and-glibc-217-2-togeth
er/

Original issue reported on code.google.com by dark...@gmail.com on 27 Jan 2013 at 6:04

GoogleCodeExporter commented 9 years ago
thanks for the report, r874

Original comment by tokland on 27 Jan 2013 at 6:23