diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -1,19 +1,4 @@ ``` -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 - +cp -r fs/etc/* /etc ``` - -1. fillout disk configuration -2. fillout disk encryption -3. fill out hostname |