1
0

Fix name of ubuntu image generator

This commit is contained in:
2023-04-09 14:16:29 +00:00
parent bde115f5df
commit d65d683dfc
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ Note: qemu on macOS since v2.12 (24 April 2018) supports Hypervisor.framework.
#### Generate image
$ cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree/tools/qemu-debian-img
$ cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree/tools/qemu-ubuntu-img
$ ./bootstrap.sh
### Fill configuration file

View File

@ -4,7 +4,7 @@
package qemu
const testConfigVmlinuz = "../tools/qemu-debian-img/ubuntu2204.vmlinuz"
const testConfigInitrd = "../tools/qemu-debian-img/ubuntu2204.initrd"
const testConfigRootfs = "../tools/qemu-debian-img/ubuntu2204.img"
const testConfigSampleKo = "../tools/qemu-debian-img/ubuntu2204.ko"
const testConfigVmlinuz = "../tools/qemu-ubuntu-img/ubuntu2204.vmlinuz"
const testConfigInitrd = "../tools/qemu-ubuntu-img/ubuntu2204.initrd"
const testConfigRootfs = "../tools/qemu-ubuntu-img/ubuntu2204.img"
const testConfigSampleKo = "../tools/qemu-ubuntu-img/ubuntu2204.ko"