diff options
author | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-13 09:50:35 -0700 |
---|---|---|
committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-13 09:50:35 -0700 |
commit | b7ee3b7eebb51dfe12d2db12fd891e58caee9cc3 (patch) | |
tree | a43e5649cecf8de5a5f5bf59f4856b2e2bca88e3 /README.md | |
parent | 68e9b1dc775ac2d013c50c256539364f869f04f1 (diff) | |
download | archinstall-b7ee3b7eebb51dfe12d2db12fd891e58caee9cc3.tar.gz archinstall-b7ee3b7eebb51dfe12d2db12fd891e58caee9cc3.zip |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fc7fb9 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +``` +sudo pacman -S base-devel + +cd /tmp +git clone https://github.com/archlinux/archinstall + +python3 -m venv .venv +source .venv/bin/activate +pip3 install . + +cd - + +archinstall --config user_configration.json --plugin aur.py --verbose + +``` + +1. fillout disk configuration +2. fillout disk encryption +3. fill out hostname |