Fix newline

This commit is contained in:
Tibo De Peuter 2022-04-20 22:25:30 +02:00 committed by GitHub
parent 5bbf86839a
commit 8d9e543475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,9 @@ Create initial ramdisk environment.
# pacman -S vim lvm2 # pacman -S vim lvm2
# vim /etc/mkinitcpio.conf # vim /etc/mkinitcpio.conf
``` ```
Change the file to match the following line: Change the file to match the following line:
`HOOKS=(base udev autodetect modconf block lvm2 filesystems resume keyboard fsck)` `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: Change the file to match the following lines:
`GRUB_TIMEOUT=0` `GRUB_TIMEOUT=0`
`GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet resume=/dev/sda2"` `GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet resume=/dev/sda2"`
`GRUB_PRELOAD_MODULES="part_gpt part_msdos lvm"` `GRUB_PRELOAD_MODULES="part_gpt part_msdos lvm"`
``` ```
@ -149,8 +153,7 @@ Install sudo.
# visudo # visudo
``` ```
In the file that comes up, uncomment the following line: In the file that comes up, uncomment the following line: `%wheel ALL=(ALL:ALL) ALL`
`%wheel ALL=(ALL:ALL) ALL`
Install a networkmanager so you have bloody internet when you reboot (otherwise rendering your device utterly useless). Install a networkmanager so you have bloody internet when you reboot (otherwise rendering your device utterly useless).