tokland/arch-bootstrap

extra mount now required before chroot

Closed this issue · 1 comments

I had to mount an EXTRA /dev sub-dir to be able to install anything via pacman.
Otherwise all packages gave:
error: GPGME error: Inappropriate ioctl for device

(from debian sid 2013-12)

sudo mount --bind /dev/pts /arch/dev/pts

Please add to readme.
Thx for super script!

Done, thanks! [master 78f3c0b]