Configuring Alpine
====== ALPINE ====== 1. Pull down 3.7 Alpine from http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-standard-3.7.0-x86_64.iso 2. Create a VirtualBox VM from it 3. Start Alpine 4. Log in as root, just type root as user name when Alpine starts, no password 5. Set up Alpine using the instructions here: https://project.altservice.com/issues/930 Do the "Install Alpine" section Do the "Setup Alpine" section, but edit your /etc/apk/repositories and uncomment all lines but the first. Do the "VirtualBox" section NOTE: If installing virtualbox 3.8, you mount like this. The key is virtualbox-guest-modules-vanilla, since 3.8 is not hardened. % apk add virtualbox-guest-additions virtualbox-guest-modules-vanilla % modprobe -a vboxsf % mount -t vboxsf shared /media/shared 6. Get gcc build stuff: https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_worki...