e12156a3426d431f2db1955f710393a1185e0d01
March
A small script to automate my archlinux configuration.
How to use it
First off you create your arch linux installation medium. Instructions to do so can be found here.
Once your machine is up and running with inside the archfs we have to do the following things to get git running.
pacman -Sy
pacman -S git
Then we can download this repo and run the install script.
git clone https://gitlab.com/TuDatTr/march
chmod ./march/install.sh
./install.sh -d [DEVICE] -t [/usr/share/zoneinfo/REGION/CITY] -l [LOCALE] -h [HOSTNAME] -u [USER] -s [SUDO]
TODO
- Proper status messages
- Add passwd input for user from stdin instead cli args
- Add intel/amd specific driver `xf86-video` and `microcode`.
Description
Languages
Shell
100%