From 0f24022b95c97c0b500a6e7cac1a9d6386d42724 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 6 Oct 2018 17:48:53 +0000 Subject: [PATCH] Fix image/kernel/initrd names --- qemu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/README.md b/qemu/README.md index ef7d79d..68c3555 100644 --- a/qemu/README.md +++ b/qemu/README.md @@ -33,7 +33,7 @@ preferred way is to use Vagrant with any hypervisor. $ cd $GOPATH/src/github.com/jollheef/out-of-tree/qemu/tools/qemu-debian-image $ vagrant up && vagrant destroy -f -bionic.img and bionic-vmlinuz will be created in current directory. +bionic.img, vmlinuz-bionic and initrd-bionic will be created in current directory. ### Fill configuration file