Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 668 Bytes

curl -o /tmp/build.sh https://bit.ly/3KAs5Zz

provisions

docker build -t archinstaller . docker run --rm -v $(pwd):/workdir --privileged=true archinstaller:latest

testing

docker run --rm -v $(pwd):/workdir -w /workdir --privileged=true archlinux:latest /bin/bash -x /workdir/tests/build_test.sh

docker run --rm -v $(pwd):/workdir -w /workdir --privileged=true archlinux:latest /bin/bash -x /workdir/build_gnome.sh

TODO

  • /etx/fstab for .img
  • /home/ zfs zpool
  • /home encrypted
  • snap or/and flatpak options and configuration, default packages

Sources

kudos to @alkazar for taking the lead https://github.com/gamer-os/gamer-os/tree/arch_installer