Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
drop documentation for isolinux in API and user docs
  • Loading branch information
schaefi committed Jan 26, 2024
1 parent 54f92d2 commit 379ccf2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 32 deletions.
8 changes: 0 additions & 8 deletions doc/source/api/kiwi.bootloader.config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ Submodules
:undoc-members:
:show-inheritance:

`kiwi.bootloader.config.isolinux` Module
----------------------------------------

.. automodule:: kiwi.bootloader.config.isolinux
:members:
:undoc-members:
:show-inheritance:

.. _db_kiwi_bootloader_config_contents:

Module Contents
Expand Down
8 changes: 0 additions & 8 deletions doc/source/api/kiwi.bootloader.template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ Submodules
:undoc-members:
:show-inheritance:

`kiwi.bootloader.template.isolinux` Module
------------------------------------------

.. automodule:: kiwi.bootloader.template.isolinux
:members:
:undoc-members:
:show-inheritance:

.. _db_kiwi_bootloader_template_content:

Module Contents
Expand Down
10 changes: 0 additions & 10 deletions doc/source/concept_and_workflow/systemdeps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ systemdeps packages:
through some BIOS or firmware.
* Depends on the `-core` kiwi-systemdeps packages.

.. note::

The `iso` type is an exception which might not require the
`-bootloaders` systemdeps. In case of the `firmware` attribute
to be set to `bios`, {kiwi} builds bootable ISO images still
based on isolinux which is provided with the `-iso-media`
systemdeps. However, by default, any {kiwi} created ISO image
is BIOS and EFI capable and based on the grub bootloader which
causes a requirement to the `-bootloaders` systemdeps.

`kiwi-systemdeps-filesystems`:
* Supports building `fs-type`, `oem`, `pxe`,
`kis` and live `iso` image types.
Expand Down
9 changes: 3 additions & 6 deletions doc/source/image_description/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ the `dm_integrity` feature:
<preferences><type><bootloader>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The `bootloader` element is used to select the bootloader. At the moment,
`grub2`, `systemd_boot`, `isolinux` and the combination of zipl
`grub2`, `systemd_boot` and the combination of zipl
plus userspace grub2 `grub2_s390x_emu` are supported. The special
`custom` entry allows to skip the bootloader configuration and installation
and leaves this up to the user, which can be done by using
Expand All @@ -992,7 +992,7 @@ the `editbootinstall` and `editbootconfig` custom scripts.
selected bootloader the image build process will fail with
an exception message.

name="grub2|systemd_boot|isolinux|grub2_s390x_emu":
name="grub2|systemd_boot|grub2_s390x_emu":
Specifies the bootloader to use for this image.

.. note:: systemd_boot ESP size
Expand All @@ -1019,12 +1019,9 @@ attributes are supported:

console="none|console|gfxterm|serial":
Specifies the bootloader console. The attribute is available for the
`grub` and `isolinux` bootloader types. The behavior for setting up
`grub` bootloader type. The behavior for setting up
the console is different per bootloader:

For `isolinux` the console setting is taken as provided, whereas
only the values `serial` and `console` are taken into account.

For `grub` the console setting is split into the setting for the
output and the input console:

Expand Down

0 comments on commit 379ccf2

Please sign in to comment.