From 97b5c2a2402eef41726e54ed6797e8b7d3336058 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 28 Feb 2016 20:20:07 +0000 Subject: [PATCH] Document needs-external-kernel template option. Fixes commit 737ffdb932c89d8ec0b2c3d9731ca325da9d84f3. --- mclu.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mclu.pod b/mclu.pod index e82f14c..63b9b20 100644 --- a/mclu.pod +++ b/mclu.pod @@ -322,6 +322,14 @@ guest. Abbreviations like C<1G> are supported. The template MAY print the minimum disk space required by this guest. Abbreviations like C<10G> are supported. +=item needs-external-kernel + +The template MAY print C or C<1>. If it does so then after the +guest has been built, L is run to extract the +kernel and initrd from the guest, and these are used to boot the guest +with an external kernel and initrd (ie. using the libvirt +CkernelE> and CinitrdE> directives). + =item network-model The template MAY print the network type supported by this guest. -- 1.8.3.1