Benutzer:PMay/vServer at Hetzner
network
- also see [Network Configuration]
- create and edit /etc/conf.d/network@ens3
- create and edit /etc/systemd/system/network@.service (without ens3 after @)
# 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