Follow-up to ec0ed82b, update documentation

[skip ci]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2025-12-07 09:15:47 +01:00
parent 167184ddd9
commit f374bc12c5
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ Depending on how your Linux installation is set up, the following may
require being run with superuser privileges, i.e., you may need to require being run with superuser privileges, i.e., you may need to
repend the command with 'sudo'. repend the command with 'sudo'.
$ ./qemu.sh $ ./qemu/run.sh
You should now see the Infix init system booting up. When the final You should now see the Infix init system booting up. When the final
"Please press Enter to activate this console." is shown, press Enter "Please press Enter to activate this console." is shown, press Enter
@@ -75,13 +75,13 @@ interface, which requires the following extra package:
We can now enter the configuration: We can now enter the configuration:
$ ./qemu.sh -c $ ./qemu/run.sh -c
Go down to *Networking*, select *TAP*, now you can change the *Number of Go down to *Networking*, select *TAP*, now you can change the *Number of
TAPs*, e.g. to 10. Exit and save the configuration, then you can start TAPs*, e.g. to 10. Exit and save the configuration, then you can start
Qemu again: Qemu again:
./qemu.sh $ ./qemu/run.sh
> Make sure to do a factory reset from the CLI, otherwise you will be > Make sure to do a factory reset from the CLI, otherwise you will be
> stuck with that single interface from before. > stuck with that single interface from before.
+3 -3
View File
@@ -10,12 +10,12 @@
# #
# and then call this script with: # and then call this script with:
# #
# ./qemu.sh -c # ./run.sh -c
# #
# To bring up a menuconfig dialog. Select `Exit` and save the changes. # To bring up a menuconfig dialog. Select `Exit` and save the changes.
# For more help, see:_ # For more help, see:_
# #
# ./qemu.sh -h # ./run.sh -h
# #
# shellcheck disable=SC3037 # shellcheck disable=SC3037
@@ -40,7 +40,7 @@ usage()
echo " Also, qemu.cfg has QEMU_APPEND which can affect this." echo " Also, qemu.cfg has QEMU_APPEND which can affect this."
echo echo
echo "Example:" echo "Example:"
echo " qemu.sh -- finit.debug" echo " $prognm -- finit.debug"
echo "___________________________________________________________________" echo "___________________________________________________________________"
echo "Note: 'kconfig-frontends' package (Debian/Ubuntu) must be installed" echo "Note: 'kconfig-frontends' package (Debian/Ubuntu) must be installed"
echo " for -c to work: sudo apt install kconfig-frontents" echo " for -c to work: sudo apt install kconfig-frontents"
+4 -4
View File
@@ -18,11 +18,11 @@ QEMU
> relevant Qemu packages are pulled in as well. This trick, installing > relevant Qemu packages are pulled in as well. This trick, installing
> [virt-manager][virt], helps set up Qemu networking on your system. > [virt-manager][virt], helps set up Qemu networking on your system.
A virtualized Infix x86_64 instance can easily be launched from a Linux A virtualized Infix x86_64 instance can be launched from a Linux system,
system, with [Qemu][] installed, by issuing: with [Qemu][] installed, by issuing:
``` ```
$ ./qemu.sh $ ./qemu/run.sh
... ...
``` ```
@@ -35,7 +35,7 @@ $ make run
``` ```
To change settings, e.g. networking, <kbd>make run-menuconfig</kbd>, or To change settings, e.g. networking, <kbd>make run-menuconfig</kbd>, or
from a pre-built Infix release tarball, using <kbd>./qemu.sh -c</kbd> from a pre-built Infix release tarball, using <kbd>./qemu/run.sh -c</kbd>
The Infix test suite is built around Qemu and [Qeneth][qeth], see: The Infix test suite is built around Qemu and [Qeneth][qeth], see: