43bc5b40ce
Ensure pacman.conf is copied to the new root
2021-03-20 15:09:06 +01:00
8df03273a2
Create /dev/null in new root to prevent hangs
...
gnupg post install script does "dirmngr </dev/null &>/dev/null".
Since "pacman -r" does not mount any filesystems but it does chroot
into the new root, /dev/null does not exist, making the script hang
forever.
2020-04-16 23:55:17 +02:00
Stefan Agner
29b03839ad
remove unnecessary umask
2019-01-24 16:15:09 +01:00
Stefan Agner
061773dd9f
add die function for pacstrap-docker
2019-01-24 16:04:38 +01:00
Stefan Agner
f463a85205
check pacstrap is run as root, print umask
2019-01-24 14:17:25 +01:00
Stefan Agner
8dfabe4056
initial commit
...
Create Arch Linux ARM images using multi-stage Dockerfile. This
works well with binfmt emulation and allows to generate images
from scratch.
Inspiration taken from:
- https://github.com/archlinux/archlinux-docker
- https://github.com/lopsided98/archlinux
2019-01-23 00:31:17 +01:00