diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-14 12:13:51 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-14 12:13:51 -0200 |
commit | f67b20d8da80cc120dcfea0d3405de74a8e5f84a (patch) | |
tree | 2d57e7cdc4772adc20017980fda13f1267cfc127 /kernels/xen/xen.install | |
parent | 327433a2a7ae50151dcf0e6f6840a3eb5c065808 (diff) | |
parent | 9e33e61c00e3da5565b47e16b6618ab98c9ea38f (diff) | |
download | abslibre-f67b20d8da80cc120dcfea0d3405de74a8e5f84a.tar.gz abslibre-f67b20d8da80cc120dcfea0d3405de74a8e5f84a.tar.bz2 abslibre-f67b20d8da80cc120dcfea0d3405de74a8e5f84a.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/xen/xen.install')
-rw-r--r-- | kernels/xen/xen.install | 11 |
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: |