91e3b72a23
This patch adds an element that handles the configuration for creating a disk capable of being a remote root filesystem through iSCSI on Ubuntu and Debian images. Change-Id: Ibf9e39d2bdab530106015f156d23d28029d12b0d Closes-bug: #1716794 |
||
---|---|---|
.. | ||
post-install.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
========== iscsi-boot ========== Handles configuration for the disk to be capable of serving as a remote root filesystem through iSCSI. Currently, this element only configures Ubuntu/Debian images. It performs the following actions: * Installs the ``open-iscsi`` package. * Creates the ``etc/iscsi/iscsi.initramfs`` configuration file and sets ``ISCSI_AUTO=true`` within it. * Updates the initramfs to apply the changes.