Fix name of ubuntu image generator
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user