From d3f608ac7affa9615cd3ce62f70199206e82a940 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 22 Mar 2018 13:21:40 +0100 Subject: [PATCH] Add boot config to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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