summaryrefslogtreecommitdiff
path: root/kernels/xen/xen.install
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/xen/xen.install')
-rw-r--r--kernels/xen/xen.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/kernels/xen/xen.install b/kernels/xen/xen.install
deleted file mode 100644
index 6a109ac63..000000000
--- a/kernels/xen/xen.install
+++ /dev/null
@@ -1,31 +0,0 @@
-install_msg() {
- cat << __EOF__
-===> IMPORTANT NOTICE:
-
-In order to complete the installation, and enable Xen,
-at the very least you must:
-1. Edit your GRUB2 config files as specified at
- https://wiki.parabolagnulinux.org/index.php/Xen#Bootloader_Configuration
-2. Issue the following commands to allow you to create and start VMs:
- systemctl enable xenstored.service
- systemctl enable xenconsoled.service
- systemctl enable xendomains.service
-For more information refer to the Wiki:
- https://wiki.parabolagnulinux.org/index.php/Xen
-__EOF__
-
-}
-
-post_upgrade() {
- install_msg
-}
-
-post_remove() {
- cat << __EOF__
-===> IMPORTANT NOTICE:
-
-In order to finish removing Xen, you will need to modify
-your bootloader configuration files to load your Linux
-kernel instead of Xen kernel.
-__EOF__
-}