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