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
14 lines
425 B
ReStructuredText
14 lines
425 B
ReStructuredText
==========
|
|
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.
|