Update based on lessons from reinstall.

This commit is contained in:
Drew Galbraith 2023-11-17 19:46:40 -08:00
parent 4397321c28
commit 9cef52ca3f
3 changed files with 35 additions and 34 deletions

View file

@ -54,12 +54,15 @@ Generally follow the configure the system steps in the
- Enable NetworkManager `systemctl enable NetworkManager.service`
- Update the initramfs as described
[here](https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Configuring_mkinitcpio)
- Add `encrypt` after `block` in HOOKS in /etc/mkinitcpio.conf
- Run `mkinitcpio -P`
- Set the root password
- Run `grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB`
- Update `/etc/default/grub` to have the line:
`GRUB_CMDLINE_LINUX="cryptdevice=UUID=device-UUID:root root=/dev/mapper/root"`
(Get the UUID using blkid /dev/sda2).
- Run `grub-mkconfig -o /boot/grub/grub.cfg`
- Reboot sucessfully(?) into the new system.
@ -73,6 +76,7 @@ Connect to wifi
Create a user:
- `useradd -m -G wheel drew`
- `passwd drew`
- `EDITOR=vim visudo` and uncomment the line starting %wheel
Install helpful utilities:
@ -87,7 +91,8 @@ Reboot and login as the new user.
Clone this git repo at /home/drew/install.
Run `sudo ./install_desktop.sh`
- Run `sudo ./install_desktop.sh`
- Run `./install_usr.sh`
# Part 4 - Applications