10 lines
378 B
Go
10 lines
378 B
Go
// Copyright 2018 Mikhail Klementev. All rights reserved.
|
|
// Use of this source code is governed by a GPLv3 license
|
|
// (or later) that can be found in the LICENSE file.
|
|
|
|
package qemukernel
|
|
|
|
const testConfigVmlinuz = "tools/qemu-debian-img/vmlinuz-bionic"
|
|
const testConfigInitrd = "tools/qemu-debian-img/initrd-bionic"
|
|
const testConfigRootfs = "tools/qemu-debian-img/bionic.img"
|