This commit is contained in:
DoTheEvolution 2020-06-20 00:18:05 +02:00
parent 54121de3ad
commit ee89bf7703

View File

@ -115,7 +115,7 @@ So if theres boot menu option choose non-uefi.
`hwclock --systohc --utc`<br> `hwclock --systohc --utc`<br>
`timedatectl set-ntp true` `timedatectl set-ntp true`
* setup a swap file<br> * setup a swap file<br>
`dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress` `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`<br>
`chmod 600 /swapfile`<br> `chmod 600 /swapfile`<br>
`mkswap /swapfile`<br> `mkswap /swapfile`<br>
`vim /etc/fstab`<br> `vim /etc/fstab`<br>