- Ideally, follow the steps in "Build a custom virt kernel and ISO with ZFS", and use that install to avoid using unnecessary space and building an unnecessarily large kernel (RAM usage). This produces a system that installs in under 90MB.
- Boot from Alpine ISO. Login as root (no password). //* Run setup-alpine to set up network/package repositories, hit ctrl+c when you get to the disk prompt
- To set up network with DHCP and the first mirror, run the following, or manually use
setup-intefaces -randsetup-apkreposto set something more specifically. Optionally, use set a root passwordsetup-sshdto set up remote console.
setup-interfaces -ra
setup-apkrepos -1c
echo 'root:9' | chpasswd