summaryrefslogtreecommitdiff
path: root/kernels/xen/xen.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-11 21:21:56 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-11 21:21:56 -0200
commit7aa7bc34561692bf8450bf46289916e5ae6a7494 (patch)
treef6b719a3797bc75a87411a60b63bd89f415c7bd3 /kernels/xen/xen.install
parent71f1eb66f2c3da6dd8f7f87c21f165ee98827c24 (diff)
downloadabslibre-7aa7bc34561692bf8450bf46289916e5ae6a7494.tar.gz
abslibre-7aa7bc34561692bf8450bf46289916e5ae6a7494.tar.bz2
abslibre-7aa7bc34561692bf8450bf46289916e5ae6a7494.zip
xen-4.2.1-4: updating version
Diffstat (limited to 'kernels/xen/xen.install')
-rw-r--r--kernels/xen/xen.install11
1 files changed, 2 insertions, 9 deletions
diff --git a/kernels/xen/xen.install b/kernels/xen/xen.install
index 5664948c7..6a109ac63 100644
--- a/kernels/xen/xen.install
+++ b/kernels/xen/xen.install
@@ -5,13 +5,13 @@ install_msg() {
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.archlinux.org/index.php/Xen#Bootloader_Configuration
+ 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.archlinux.org/index.php/Xen
+ https://wiki.parabolagnulinux.org/index.php/Xen
__EOF__
}
@@ -20,13 +20,6 @@ post_upgrade() {
install_msg
}
-pre_remove() {
- for i in xen{stored,consoled,domains}.service; do
- systemctl disable $serv
- systemctl stop $serv
- done
-}
-
post_remove() {
cat << __EOF__
===> IMPORTANT NOTICE: