Skip to content

Commit 17d99ae

Browse files
authored
Merge pull request #1312 from kernelkit/run-vs-qemu
Update documentation: qemu.sh -> run.sh
2 parents d9af63c + f374bc1 commit 17d99ae

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

board/common/image/image-readme/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Depending on how your Linux installation is set up, the following may
3434
require being run with superuser privileges, i.e., you may need to
3535
repend the command with 'sudo'.
3636

37-
$ ./qemu.sh
37+
$ ./qemu/run.sh
3838

3939
You 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

7676
We can now enter the configuration:
7777

78-
$ ./qemu.sh -c
78+
$ ./qemu/run.sh -c
7979

8080
Go down to *Networking*, select *TAP*, now you can change the *Number of
8181
TAPs*, e.g. to 10. Exit and save the configuration, then you can start
8282
Qemu 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.

board/common/qemu/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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"

doc/virtual.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ QEMU
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

3737
To 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

4040
The Infix test suite is built around Qemu and [Qeneth][qeth], see:
4141

0 commit comments

Comments
 (0)