1
0
Forkuj 0
out-of-tree/qemu/test.config.go

11 wiersze
462 B
Go

// Copyright 2018 Mikhail Klementev. All rights reserved.
2018-10-08 20:51:32 +00:00
// Use of this source code is governed by a AGPLv3 license
// (or later) that can be found in the LICENSE file.
2019-02-02 21:33:27 +00:00
package qemu
2023-04-09 14:16:29 +00:00
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"