Fix newline
This commit is contained in:
parent
5bbf86839a
commit
8d9e543475
1 changed files with 5 additions and 2 deletions
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue