.. highlight:: sh
Preparation
======================
.. contents:: Table of Contents
:local:
#. Disable Secure Boot. ZFS modules can not be loaded if Secure Boot is enabled.
#. Download latest extended variant of `Alpine Linux live image
`__ and boot from it.
#. Login as root user. There is no password.
#. Configure Internet::
setup-interfaces -r
# example:
network interface: wlan0
WiFi name:
ip address: dhcp
manual netconfig: n
#. Configure SSH server::
setup-sshd
# example:
ssh server: openssh
allow root: "prohibit-password" or "yes"
ssh key: "none" or ""
Configurations set here will be copied verbatim to the installed system.
#. Set root password or ``/root/.ssh/authorized_keys``.
#. Connect from another computer::
ssh root@192.168.1.19
#. Configure NTP client for time synchronization::
setup-ntp chrony
#. Pick a mirror from `Alpine Mirrors `__
and add it to package manager configuration::
tee -a /etc/apk/repositories <