mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-12 13:10:25 +00:00
update
This commit is contained in:
parent
54121de3ad
commit
ee89bf7703
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user