File: README.rst

package info (click to toggle)
python-diskimage-builder 3.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,704 kB
  • sloc: sh: 7,474; python: 6,454; makefile: 37
file content (20 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
==========
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 CentOS images.

It performs the following actions:

For Ubuntu/Debian images:
  * 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.

For CentOS images:
  * Required ``dracut-regenerate`` element when performs ``disk-image-create``.
  * Updates ``network`` and ``iscsi`` into ``dracut-regenerate`` during
    pre-installs.
  * Updates ``GRUB_CMDLINE_LINUX_DEFAULT`` into ``/etc/default/grub``.