summaryrefslogtreecommitdiff
path: root/sysutils/xen12/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xen12/MESSAGE')
-rw-r--r--sysutils/xen12/MESSAGE19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/xen12/MESSAGE b/sysutils/xen12/MESSAGE
deleted file mode 100644
index d222e3985ac..00000000000
--- a/sysutils/xen12/MESSAGE
+++ /dev/null
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/05/22 16:31:04 cl Exp $
-
-Xen is a standalone program, it does not run within an operating system.
-It has been designed to boot from grub. To install Xen, add an entry
-like this to the grub config file:
-
-- NetBSD/xen as domain0:
- title Xen / NetBSD
- kernel ${PREFIX}/mdec/xen-1.2.gz dom0_mem=65536
- module /path/to/xen12load
- module /path/to/xen12netbsd
-
-- XenoLinux as domain0:
- title Xen / Linux
- kernel ${PREFIX}/mdec/xen-1.2.gz dom0_mem=65536
- module /path/to/xenolinux-version.gz root=/dev/root-device
-
-===========================================================================