48eac8b899
in CentOS build case building an image with "iscsi-boot" and "dracut-regenerate" will exit building because of statement "[ "$found" = 0 ]" Change-Id: I1a6d60e9ec5f5cb508866c8376465c3e73551a30 |
||
---|---|---|
.. | ||
environment.d | ||
extra-data.d | ||
finalise.d | ||
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 can configure Ubuntu/Debian images and CentOS7 images.
It performs the following actions:
- For Ubuntu/Debian images:
-
- 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.
- Installs the
- For CentOS7 images:
-
- Required
dracut-regenerate
element when performsdisk-image-create
. - Updates
network
andiscsi
intodracut-regenerate
during pre-installs. - Updates
GRUB_CMDLINE_LINUX_DEFAULT
into/etc/default/grub
.
- Required