Add essential step for swapfile on btrfs. Add title for refind.
This commit is contained in:
parent
9533b3a416
commit
8ba35a7ca4
@ -68,6 +68,10 @@ chattr +C /mnt/swapfile
|
|||||||
btrfs property set /mnt/swapfile compression none
|
btrfs property set /mnt/swapfile compression none
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
fallocate -l 4096M /mnt/swapfile
|
||||||
|
```
|
||||||
|
|
||||||
*Initialising swapfile*
|
*Initialising swapfile*
|
||||||
```bash
|
```bash
|
||||||
chmod 600 /mnt/swapfile
|
chmod 600 /mnt/swapfile
|
||||||
@ -164,6 +168,8 @@ grub-mkconfig -o /boot/grub/grub.cfg
|
|||||||
|
|
||||||
### systemd-boot
|
### systemd-boot
|
||||||
|
|
||||||
|
### rEFInd
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
`systemctl enable NetworkManager`
|
`systemctl enable NetworkManager`
|
||||||
|
|
||||||
@ -179,7 +185,8 @@ Uncomment `%wheel ALL=(ALL) ALL`
|
|||||||
|
|
||||||
## Finishing installation
|
## Finishing installation
|
||||||
`exit`
|
`exit`
|
||||||
`reboot`
|
`poweroff`
|
||||||
|
Remove the installation cd
|
||||||
|
|
||||||
## Install AUR helper
|
## Install AUR helper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user