Skip to content

Commit

Permalink
Fixed legacy PXE documentation
Browse files Browse the repository at this point in the history
The documentation for building a legacy pxe image was not
using the profiles (Flat or Compressed) as the actual image
description for this example requires it. This Fixes OSInside#1923
  • Loading branch information
schaefi committed Oct 6, 2021
1 parent f2f7d22 commit d551e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ system. As diskless client, a QEMU virtual machine is used.

.. code:: bash
$ sudo kiwi-ng --type pxe system build \
$ sudo kiwi-ng --profile Flat system build \
--description kiwi/build-tests/{exc_description_pxe} \
--set-repo {exc_repo_tumbleweed} \
--target-dir /tmp/mypxe-result
Expand Down

0 comments on commit d551e47

Please sign in to comment.