Menu

Choose installation type

A table of installation types

Type of installDescription / properties
Pure diskless, from the Alpine wikiCore OS is the same on every boot and data is lost on every boot, except for what is stored in a ‘overlay’ file on persistent storage (if any).
Data, fom the Alpine wikiCore OS is the same on every boot, however data is preserved across boots, and many OS changes can be preserved via an ‘overlay’ files. The data and ‘overlay’ are stored on persistent storage.
System disk (classic), from the Alpine wikiFully persistent OS and data. A traditional (non-OStree) Linux distribution install.  None-encrypted by default. Except on Raspberry Pi, the easiest type of install in terms of avoiding ‘gotchas’ (least surprises). It is also the documented method in the main Alpine documentation.
Semi-diskless/semi-data, described in this document collectionCore OS is the same on every boot, some data is preserved across boots, and many OS changes can be preserved via an ‘overlay’ file. The preserved data and ‘overlay’ are stored on persistent storage.
Custom system disk (classic), described in this document collectionFully persistent OS and data. A traditional (non-OStree) Linux distribution install. This documentation includes setting of full disk encryption, enabling LVM, and (if applicable) RAID. We include documentation for doing this on a Raspberry Pi in addition to x86_64 (aka amd64) hardware.

Why you might pick a diskless/data style installation

Why you might not pick a diskless/data style installation

Advantages of configurations described in this collection