https://github.com/bird-dancer/archinstall
dont use
https://github.com/bird-dancer/archinstall
Last synced: about 1 year ago
JSON representation
dont use
- Host: GitHub
- URL: https://github.com/bird-dancer/archinstall
- Owner: bird-dancer
- Created: 2021-01-14T12:23:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:26:11.000Z (over 2 years ago)
- Last Synced: 2024-03-31T15:31:03.831Z (over 2 years ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.