Suggested-by: Carlos Gustavo Ramirez Rodriguez <carlos...@gmail.com>
Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
 docs/misc/efi.markdown |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/misc/efi.markdown b/docs/misc/efi.markdown
index f435ec7..5b54314 100644
--- a/docs/misc/efi.markdown
+++ b/docs/misc/efi.markdown
@@ -50,7 +50,7 @@ thus look like this (`#` serving as comment character):
     
     [sle11sp2]
     options=console=vga,com1 com1=57600 loglvl=all noreboot
-    kernel=vmlinuz-3.0.31-0.4-xen ignore_loglevel #earlyprintk=xen
+    kernel=vmlinuz-3.0.31-0.4-xen [domain 0 command line options]
     ramdisk=initrd-3.0.31-0.4-xen
 
     **************************example end********************************
@@ -73,6 +73,12 @@ Line Options](xen-command-line.html).
 
 Specifies the Dom0 kernel binary and the options to pass to it.
 
+The options should in general be the same as is used when booting
+natively, e.g. including `root=...` etc.
+
+Check your bootloader (e.g. grub) configuration or `/proc/cmdline` for
+the native configuration.
+
 ###`ramdisk=<filename>`
 
 Specifies a Linux-style initial RAM disk image to load.
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to