File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Depending on how your Linux installation is set up, the following may
3434require being run with superuser privileges, i.e., you may need to
3535repend the command with 'sudo'.
3636
37- $ ./qemu.sh
37+ $ ./qemu/run .sh
3838
3939You should now see the Infix init system booting up. When the final
4040"Please press Enter to activate this console." is shown, press Enter
@@ -75,13 +75,13 @@ interface, which requires the following extra package:
7575
7676We can now enter the configuration:
7777
78- $ ./qemu.sh -c
78+ $ ./qemu/run .sh -c
7979
8080Go down to * Networking* , select * TAP* , now you can change the * Number of
8181TAPs* , e.g. to 10. Exit and save the configuration, then you can start
8282Qemu again:
8383
84- ./qemu.sh
84+ $ ./qemu/run .sh
8585
8686> Make sure to do a factory reset from the CLI, otherwise you will be
8787> stuck with that single interface from before.
Original file line number Diff line number Diff line change 1010#
1111# and then call this script with:
1212#
13- # ./qemu .sh -c
13+ # ./run .sh -c
1414#
1515# To bring up a menuconfig dialog. Select `Exit` and save the changes.
1616# For more help, see:_
1717#
18- # ./qemu .sh -h
18+ # ./run .sh -h
1919#
2020# shellcheck disable=SC3037
2121
@@ -40,7 +40,7 @@ usage()
4040 echo " Also, qemu.cfg has QEMU_APPEND which can affect this."
4141 echo
4242 echo " Example:"
43- echo " qemu.sh -- finit.debug"
43+ echo " $prognm -- finit.debug"
4444 echo " ___________________________________________________________________"
4545 echo " Note: 'kconfig-frontends' package (Debian/Ubuntu) must be installed"
4646 echo " for -c to work: sudo apt install kconfig-frontents"
Original file line number Diff line number Diff line change 1818> relevant Qemu packages are pulled in as well. This trick, installing
1919> [ virt-manager] [ virt ] , helps set up Qemu networking on your system.
2020
21- A virtualized Infix x86_64 instance can easily be launched from a Linux
22- system, with [ Qemu] [ ] installed, by issuing:
21+ A virtualized Infix x86_64 instance can be launched from a Linux system,
22+ with [ Qemu] [ ] installed, by issuing:
2323
2424```
25- $ ./qemu.sh
25+ $ ./qemu/run .sh
2626...
2727```
2828
@@ -35,7 +35,7 @@ $ make run
3535```
3636
3737To change settings, e.g. networking, <kbd >make run-menuconfig</kbd >, or
38- from a pre-built Infix release tarball, using <kbd >./qemu.sh -c</kbd >
38+ from a pre-built Infix release tarball, using <kbd >./qemu/run .sh -c</kbd >
3939
4040The Infix test suite is built around Qemu and [ Qeneth] [ qeth ] , see:
4141
You can’t perform that action at this time.
0 commit comments