From a82f8754dfb17ba8c7bc198fcb37f843dfe113e1 Mon Sep 17 00:00:00 2001 From: Dmitry Nedospasov Date: Sat, 17 Apr 2010 03:24:13 +0200 Subject: [PATCH] Changed description of the kernel script --- hooks/debian/80-install-kernel | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/hooks/debian/80-install-kernel b/hooks/debian/80-install-kernel index dccac46..63864bd 100755 --- a/hooks/debian/80-install-kernel +++ b/hooks/debian/80-install-kernel @@ -1,15 +1,13 @@ #!/bin/sh # -# Install modules from the host system into the new image, and -# ensure that 'module-init-tools' is setup. +# If the pygrub flag is set, this script will install the necessary +# packages to boot the VM from the dom0 via pygrub. This script installs +# the kernel and modules and generates a grub menu.lst in the newly +# created maschine. # -# This is most likely required if you're using a custom kernel -# for your Xen system. But even if it isn't required it can't -# really do anything bad; just waste a bit of space. -# -# Steve +# Dmitry Nedospasov # -- -# http://www.steve.org.uk/ +# http://nedos.net prefix=$1