
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
425 B
425 B
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 setsISCSI_AUTO=true
within it. - Updates the initramfs to apply the changes.