We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c9abf commit d11f1f6Copy full SHA for d11f1f6
README.md
@@ -78,11 +78,12 @@ $ make build-image
78
## Usage
79
80
```
81
-./semu -k linux-image [-b dtb-file] [-d disk-image]
+./semu -k linux-image [-b dtb-file] [-i initrd-image] [-d disk-image]
82
83
84
* `linux-image` is the path to the Linux kernel `Image`.
85
* `dtb-file` is optional, as it specifies the user-specified device tree blob.
86
+* `initrd-image` is optional, as it specifies the user-specified init RAM disk image.
87
* `disk-image` is optional, as it specifies the path of a disk image in ext4 file system for the virtio-blk device.
88
89
## License
0 commit comments