Add boot config to README.md
This commit is contained in:
@@ -17,6 +17,22 @@ $ = command<br>
|
|||||||
<> = variable<br>
|
<> = variable<br>
|
||||||
() = action
|
() = action
|
||||||
|
|
||||||
|
Boot defaults:
|
||||||
|
```
|
||||||
|
$ vim /boot/loader/loader.conf
|
||||||
|
timeout 3
|
||||||
|
default arch
|
||||||
|
```
|
||||||
|
Boot config:
|
||||||
|
```
|
||||||
|
<uuid> = $ 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=<uuid> rw
|
||||||
|
```
|
||||||
Predictable network interface names:
|
Predictable network interface names:
|
||||||
```
|
```
|
||||||
$ ln -s /dev/null /etc/systemd/network/99-default.link
|
$ ln -s /dev/null /etc/systemd/network/99-default.link
|
||||||
|
|||||||
Reference in New Issue
Block a user