diff options
Diffstat (limited to 'main/xen/xen-xend.post-install')
-rw-r--r-- | main/xen/xen-xend.post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/xen-xend.post-install b/main/xen/xen-xend.post-install new file mode 100644 index 0000000000..9fc742fe50 --- /dev/null +++ b/main/xen/xen-xend.post-install @@ -0,0 +1,10 @@ +#!/bin/sh + +echo +echo "*** DEPRECATION WARNING ***" +echo "Support in Alpine for the xend toolstack is planned for removal in the Xen 4.5 packages." +echo "We strongly recommend switching to the newer xl toolstack at earliest convenience." +echo + +exit 0 + |