system-setup/README.md
Clément Bouchard 6017af595f Add necessary packages for setup and replace bash by zsh
* a text editor is required to setup netctl profile after reboot
* git client is necessary to checkout repo for config after reboot
2022-07-11 17:43:14 +02:00

44 lines
1.3 KiB
Markdown

# About
Fork of ALIS scripts to quickly install system setup with my personal configuration.
No desktop env / WM or package installation here, it should be done after first reboot using repository cb/dotfiles.
What has been configured
* Keys in fr
* Disable log trace (passwords appears in cleartext in it)
* Enable LUKS
* Add LTS kernels
* Set kernel parameter nvme_load=YES (optional - to be remove if no nvme)
* Force partition on nvme (optional - to be removed if no nvme)
* Enable Reflector in France
* Enable Display Driver DDX
* Timezone to paris
* Locale
* Keylayout to fr
* Keymap to fr
* Hostname cb-system
* Username set to cb
* Configure package multilib (mainly for display drivers)
* Install necessary packages - git (checkout repo for config) & vim (configure netctl profile)
What has been manually edited in scripts
* alis-commons.sh -> Root parition sizing 2GiB
* alis.sh -> Replace networkmanager by netctl
Trying to keep most configuration in auto to handle most hardware
# Commands
## Prepare installation media
```
dd if=/path/to/file/archlinux-2022.03.01-x86_64.iso of=/dev/sdx bs=4M conv=fsync oflag=direct status=progress
```
```
# loadkeys fr
# iwctl --passphrase <WiFi-Key> station <WiFi-Interface> connect <WiFi-SSID>
# git clone https://gitea.cebe.one/cb/system-setup
# ./alis.sh
```