Install from boot isoecho "shortHostname" > /etc/hostname hostname -F /etc/hostname vi /etc/hosts vi /etc/resolv.conf vi /etc/network/interfacesauto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.xxx netmask 255.255.255.0 gateway 192.168.1.1 Enable networking/etc/init.d/networking restart rc-update add networking Set the timezonesetup-timezone vi /etc/apk/repositorieshttp://nl.alpinelinux.org/alpine/v3.8/main Install chrony and lvm2apk update apk add chrony rc-update add chronyd apk add lvm2 Install on disk with LVMsetup-disk -L reboot Upgrade everythingapk update apk upgrade --available --simulate apk upgrade --available