29 lines
549 B
ReStructuredText
29 lines
549 B
ReStructuredText
Configure Live Environment
|
|
--------------------------
|
|
|
|
.. include:: ../_include/os-release.rst
|
|
|
|
Add package repositories
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. code-block::
|
|
|
|
cat <<EOF > /etc/apk/repositories
|
|
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main/
|
|
https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/
|
|
EOF
|
|
apk update
|
|
|
|
Setup additional tools
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. code-block::
|
|
|
|
apk add zfs zfs-scripts sgdisk wipefs
|
|
modprobe zfs
|
|
|
|
.. include:: ../_include/zgenhostid.rst
|
|
|
|
..
|
|
vim: softtabstop=2 shiftwidth=2 textwidth=120
|