From 7eddf6dd4eeb70b567c54a29ebf5e3c5919ab0ca Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 28 Oct 2020 10:17:12 +0700 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35a7947 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Archbox +Installs Arch Linux inside a chroot enviroment +## Why? +Ever since I'm running some niche distros like Void, Solus, I had a problem finding what softwares I need in their not-so-large repositories, also I don't like how flatpak and snap works. so i decided to create an Arch Linux chroot enviroment everytime I distrohop. Why Arch Linux? They have a really, really good repositories, oh and don't mention how big AUR is. +## Setup +It's pretty easy, just run ```install.sh``` as root +### Optional steps +You may want to add this, if you don't want to run archbox chroot without password: +#### Sudo +```%wheel ALL=(root) NOPASSWD: /usr/local/share/archbox/bin/archboxenter,/usr/local/share/archbox/bin/copyresolv,/usr/local/share/archbox/bin/archboxcommand``` +#### Doas +```Idk you're on your own```