diff --git a/README.md b/README.md index 6f6a8eb..6867700 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,22 @@ $ = command
<> = variable
() = action +Boot defaults: +``` +$ vim /boot/loader/loader.conf +timeout 3 +default arch +``` +Boot config: +``` + = $ blkid # from the / 'root' partition +$ vim /boot/loader/entries/arch.conf +title Arch Linux +linux /vmlinuz-linux +inird /intel-ucode.img +initrd /initramfs-linux.img +options root=PARTUUID= rw +``` Predictable network interface names: ``` $ ln -s /dev/null /etc/systemd/network/99-default.link