Benutzer:PMay/vServer at Hetzner

Aus wiki.archlinux.de

network

 # systemctl enable network@ens3.service

activate swap partition

 # mkswap /dev/sda1
 # swapon /dev/sda1

edit /etc/fstab and add this line at bottom

 /dev/sda1           	none      	swap      	defaults  	0 0