Skip to content

Commit

Permalink
Fixed kis documentation
Browse files Browse the repository at this point in the history
The procedure to run qemu with a filesystem image as disk
was not quite correct.
  • Loading branch information
schaefi committed Feb 15, 2024
1 parent 97aef99 commit df5c1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/building_images/build_kis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ tested with QEMU as follows:
$ sudo qemu
-kernel /tmp/myimage/*.kernel \
-initrd /tmp/myimage/*.initrd \
-append $(cat /tmp/myimage/*.append) \
-hda /tmp/myimage/{exc_image_base_name_pxe}.*-{exc_image_version} \
-append "$(cat /tmp/myimage/*.append) rw" \
-drive file=/tmp/myimage/{exc_image_base_name_pxe}.*-{exc_image_version},if=virtio,driver=raw \
-serial stdio
.. note::
Expand Down

0 comments on commit df5c1e0

Please sign in to comment.