This provides a "simple" way to (re)install my Arch Linux Laptop(s).
The selected disk for installation will be completely wiped.
- download the iso somewhere
- put the iso on a usb or cd
- boot your system with the iso
If you need to change your keyboard layout like me, first thing to run is
$ loadkeys be-latin1
Or loadkeys
with your keymap.
https://wiki.archlinux.org/title/Installation_guide#Connect_to_the_internet
We need git to get the archlinux-reinstall repo
$ pacman -Sy git
clone the repo
$ git clone https://github.com/BlackIkeEagle/archlinux-reinstall.git
Go into the new folder and run 'a' installer (see installer types)
$ cd archlinux-reinstall
$ ./install.sh
If you run as described above you will get a minimal install of archlinux with my preferred kernel and configuration.
When you have chosen to install with a root user and by doing so want to make
use of systemd-homed
you can use the ./create-admin-user.sh
or
./create-user.sh
scripts to generate a normal user for you to use.
- install.sh: minimal install
- install-plasma.sh: installation with common packages for plasma desktop