From 8d9e543475c9b01bdc600f0f540ca98857648656 Mon Sep 17 00:00:00 2001 From: MrFortem Date: Wed, 20 Apr 2022 22:25:30 +0200 Subject: [PATCH] Fix newline --- System-Installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/System-Installation.md b/System-Installation.md index 5171927..538a93f 100644 --- a/System-Installation.md +++ b/System-Installation.md @@ -90,7 +90,9 @@ Create initial ramdisk environment. # pacman -S vim lvm2 # vim /etc/mkinitcpio.conf ``` + Change the file to match the following line: + `HOOKS=(base udev autodetect modconf block lvm2 filesystems resume keyboard fsck)` ``` @@ -114,7 +116,9 @@ Configure boot manager. Also enable hibernation. Change the file to match the following lines: `GRUB_TIMEOUT=0` + `GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet resume=/dev/sda2"` + `GRUB_PRELOAD_MODULES="part_gpt part_msdos lvm"` ``` @@ -149,8 +153,7 @@ Install sudo. # visudo ``` -In the file that comes up, uncomment the following line: -`%wheel ALL=(ALL:ALL) ALL` +In the file that comes up, uncomment the following line: `%wheel ALL=(ALL:ALL) ALL` Install a networkmanager so you have bloody internet when you reboot (otherwise rendering your device utterly useless).