Skip to content

Commit 0917392

Browse files
author
Andrea Righi
committed
doc: update README.md with the latest UI changes
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
1 parent d18d080 commit 0917392

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Quick start
3535
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
3636
$ cd linux
3737
$ vng --build --commit v6.2-rc4
38+
...
39+
$ vng --run
3840
_ _
3941
__ _(_)_ __| |_ _ __ ___ ___ _ __ __ _
4042
\ \ / / | __| __| _ _ \ / _ \_____| _ \ / _ |
@@ -103,13 +105,13 @@ Examples
103105
$ vng -r ./arch/x86/boot/bzImage
104106
```
105107

106-
- Test the currently running kernel in a safe snapshot of the system:
108+
- Test the kernel recompiled in the current working directory:
107109
```
108110
$ vng -r
109111
```
110112

111-
- Test installed kernel 6.2.0-21-generic kernel in a safe snapshot of the
112-
system (NOTE: /boot/vmlinuz-6.2.0-21-generic needs to be accessible):
113+
- Test installed kernel 6.2.0-21-generic kernel
114+
(NOTE: /boot/vmlinuz-6.2.0-21-generic needs to be accessible):
113115
```
114116
$ vng -r 6.2.0-21-generic
115117
```
@@ -136,7 +138,8 @@ Examples
136138
--build-host-exec-prefix "schroot -c chroot:kinetic-amd64 -- "
137139
```
138140

139-
- Run the previously compiled kernel and enable networking:
141+
- Run the previously compiled kernel from the current working directory and
142+
enable networking:
140143
```
141144
$ vng -r . --network user
142145
```
@@ -153,8 +156,8 @@ Examples
153156
$ vng --build RUSTC=rustc-1.62 BINDGEN=bindgen-0.56 RUSTFMT=rustfmt-1.62
154157
```
155158

156-
- Build and test the arm64 kernel (using a separate chroot in
157-
/opt/chroot/arm64 as the main filesystem):
159+
- Build the arm64 kernel (using a separate chroot in /opt/chroot/arm64 as the
160+
main filesystem):
158161
```
159162
$ vng --build --arch arm64 --root /opt/chroot/arm64/
160163
```
@@ -216,8 +219,8 @@ Examples
216219
(virtme-ng is started in graphical mode)
217220
```
218221

219-
- Run the `steam` snap inside a virtme-ng instance using the
220-
6.2.0-1003-lowlatency kernel:
222+
- Run the `steam` snap (tested in Ubuntu) inside a virtme-ng instance using
223+
the 6.2.0-1003-lowlatency kernel:
221224
```
222225
$ vng -r 6.2.0-1003-lowlatency --snaps --net user -g /snap/bin/steam
223226
@@ -230,7 +233,8 @@ Implementation details
230233
virtme-ng allows to automatically configure, build and run kernels using the
231234
main command-line interface called `vng`.
232235

233-
A minimal custom `.config` is automatically generated if not already present.
236+
A minimal custom `.config` is automatically generated if not already present
237+
when --build is specified.
234238

235239
It is possible to specify a set of custom configs (.config chunk) in
236240
`~/.config/virtme-ng/kernel.config`, these user-specific settings will override

0 commit comments

Comments
 (0)