This commit is contained in:
DoTheEvolution 2020-06-20 00:18:05 +02:00
parent 54121de3ad
commit ee89bf7703
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ So if theres boot menu option choose non-uefi.
`hwclock --systohc --utc`<br>
`timedatectl set-ntp true`
* 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>
`mkswap /swapfile`<br>
`vim /etc/fstab`<br>