A small script to automate my archlinux configuration
Go to file
TuDatTr e12156a342 Switched README.md for README.org and it seemes like I added some graphics stuff earlier 2021-01-10 16:29:33 +01:00
etc Let arch-reboot run after network is online 2020-05-24 08:16:20 +02:00
root Switched README.md for README.org and it seemes like I added some graphics stuff earlier 2021-01-10 16:29:33 +01:00
LICENSE Add LICENSE 2020-05-23 13:04:10 +00:00
README.org Switched README.md for README.org and it seemes like I added some graphics stuff earlier 2021-01-10 16:29:33 +01:00
install.sh Added password for user 2020-05-24 09:02:28 +02:00

README.org

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

  1. Proper status messages
  2. Add passwd input for user from stdin instead cli args
  3. Add intel/amd specific driver `xf86-video` and `microcode`.