From 535eec322900e17aa11a1ee7c1e858b7484c6b70 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 8 Apr 2018 12:52:25 +0000 Subject: [PATCH] reword clone step --- configuration/managing-vm-kernel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/managing-vm-kernel.md b/configuration/managing-vm-kernel.md index af1c4e06..d49eff53 100644 --- a/configuration/managing-vm-kernel.md +++ b/configuration/managing-vm-kernel.md @@ -210,11 +210,11 @@ mke2fs 1.42.12 (29-Aug-2014) Using kernel installed in the VM (R4.0) -------------------------------- -Both debian-9 and fedora-26 templates already have grub and related tools preinstalled so if you want to use one of the distribution kernels, all you need to do is clone one to a new template, then: +Both debian-9 and fedora-26 templates already have grub and related tools preinstalled so if you want to use one of the distribution kernels, all you need to do is clone either template to a new one, then: ~~~ -qvm-prefs virt_mode hvm -qvm-prefs kernel '' +qvm-prefs virt_mode hvm +qvm-prefs kernel '' ~~~ If you'd like to use a different kernel than default, continue reading.