aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:03:39 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:03:39 -0500
commit8090ee305b8759beb2afce335640db244c132455 (patch)
treeeeca7492cc78f509fa8bde36e45287895376888a /readme.md
parent4e8db800787b181a917efa093848c2476af4f31c (diff)
downloadvoussoir-8090ee305b8759beb2afce335640db244c132455.tar.gz
voussoir-8090ee305b8759beb2afce335640db244c132455.tar.xz
Some more tweaking to the installer, bake packages into the image
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..84684e8
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,41 @@
+# Voussoir, an Arch Linux installer and rescue system
+
+Really, it's just an install script and ISO with some extra flair
+
+
+## Building an ISO
+
+From the base of the repository:
+
+```bash
+$ ./mkrepo.sh
+$ sudo ./mkiso.sh
+```
+
+Note, you may wish to clean your pacman cache (`pacman -Scc`) if you want it to
+skip downloading packages from upstream mirrors.
+
+## Installing from the ISO
+
+Open a terminal and type `sudo install.sh`, follow the prompts.
+
+Once you reboot into your new system, run `sudo setup.sh` to make sure snapshots
+are properly enabled.
+
+## Notes:
+
+Installer assumes you want the entire disk wiped with encrypted btrfs root
+and snapshotting.
+
+The installer has a lot of prompts especially towards the end where the AUR is
+used more heavily, you should be able to just hit "enter" on them for the most
+part.
+
+All the regular Arch Linux install tools should be available to you if you'd
+like to do something custom instead.
+
+
+## Todo:
+
+Remove the aur building and post install script. Shouldn't be too difficult
+to build the packages into the ISO, but I haven't bothered to yet.