diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-05-09 23:01:43 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-05-10 12:38:28 +0200 |
| commit | 4d1e8988333ce45085503c08367d3e2a41057d80 (patch) | |
| tree | a51b2c62f2701833b727000a50e7f6e0f0ff4703 /docs/README.profile.rst | |
| parent | d54bf635cd928e2d2e224995806fcc3c5ea5dbce (diff) | |
| download | archiso-4d1e8988333ce45085503c08367d3e2a41057d80.tar.gz archiso-4d1e8988333ce45085503c08367d3e2a41057d80.tar.bz2 | |
docs: Add netboot to buildmodes documentation
docs/README.profile.rst:
Add documentation for the netboot buildmode.
Diffstat (limited to 'docs/README.profile.rst')
| -rw-r--r-- | docs/README.profile.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.profile.rst b/docs/README.profile.rst index ccee987..c93228d 100644 --- a/docs/README.profile.rst +++ b/docs/README.profile.rst @@ -39,6 +39,7 @@ The image file is constructed from some of the variables in ``profiledef.sh``: ` - ``bootstrap``: Build a compressed file containing a minimal system to bootstrap from - ``iso``: Build a bootable ISO image (implicit default, if no ``buildmodes`` are set) + - ``netboot``: Build artifacts required for netboot using iPXE * ``bootmodes``: A list of strings, that state the supported boot modes of the resulting image. Only the following are understood: @@ -85,7 +86,7 @@ Packages have to be listed one per line. Lines starting with a ``#`` and blank l The **mkinitcpio** and **mkinitcpio-archiso** packages are mandatory (see `#30 <https://gitlab.archlinux.org/archlinux/archiso/-/issues/30>`_). -This file is required when generating ISO images using the ``iso`` build mode. +This file is required when generating ISO images using the ``iso`` or ``netboot`` build modes. pacman.conf =========== |
