From 4b04ad93cdb9aa776b68b7de7d2e36e275670822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 13 Jun 2014 00:49:50 -0300 Subject: xen-4.4.0-4: updating version --- kernels/xen/xen.install | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'kernels/xen/xen.install') diff --git a/kernels/xen/xen.install b/kernels/xen/xen.install index f1a34d522..aabe063c3 100644 --- a/kernels/xen/xen.install +++ b/kernels/xen/xen.install @@ -1,6 +1,6 @@ install_msg() { cat << __EOF__ -===> IMPORTANT NOTICE: +===> IMPORTANT NOTICES: In order to complete the installation, and enable Xen, at the very least you must: @@ -11,6 +11,7 @@ at the very least you must: systemctl enable xenconsoled.service 3. If you want some domains to automatically start up/shutdown, run the following: systemctl enable xendomains.service +4. xen 4.4 no longer includes the xend daemon or the xm binary For more information refer to the Wiki: https://wiki.parabolagnulinux.org/index.php/Xen @@ -28,8 +29,15 @@ Note: If you are upgrading from one of the previous 4.2 xen builds, and are havi line into your domain config file: device_model_version = "qemu-xen-traditional" - Also remember to rebuild your grub configuration if upgrading from a non-xen 4.3.1 + Also remember to rebuild your grub configuration if upgrading from a non-xen 4.4.0 install. + + xen 4.4 no longer includes the xend daemon or the xm toolset + + This install is now using a new version of the 09_xen file, used when generating + a new grub.cfg file. The new version inherits the default linux-libre kernel command + line settings; to use the old method, uncomment the 'XEN_LINUX_CMDLINE_OVERRIDE' + option in /etc/xen/grub.conf and change the '0' to '1' __EOF__ } @@ -58,7 +66,7 @@ post_remove() { ===> IMPORTANT NOTICE: In order to finish removing Xen, you will need to modify -your bootloader configuration files to load your Linux +your bootloader configuration files to load your Linux-libre kernel instead of Xen kernel. __EOF__ } -- cgit v1.2.3-2-g168b