An open API service indexing awesome lists of open source software.

https://github.com/bird-dancer/archinstall

dont use
https://github.com/bird-dancer/archinstall

Last synced: about 1 year ago
JSON representation

dont use

Awesome Lists containing this project

README

          

#+title: archinstall
#+author: felix dumbeck

* archinstall

sets up (if you choose encrypted) systemd-boot and all of the stuff you need to do after mounting

** prerequisites

#+begin_src bash
pacstrap -K /mnt base base-devel linux linux-firmware git nano vim networkmanager intel-ucode/amd-ucode
#+end_src

** how to use:

*use after having mounted and changed into the new root partition*

#+begin_src bash
git clone --depth 1 https://github.com/f-eliks/archinstall.git && cd archinstall
./install.sh
#+end_src

+ answer all the promts
+ the chroot environment and reboot

** optional:

- run ~./after.sh~ to install a desktop environment, several "useful" applications and create a new user.