diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-27 14:51:35 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-27 14:51:35 +0200 |
commit | 25e041c260fef647e9403883e96925010aa1ba5d (patch) | |
tree | b22c5c99d0a6572dead933f8b1dad508ebbbac88 /microkernel/mach | |
parent | 0606c86cb3869a8dd2c7f9b72af19e55b2312c2c (diff) |
explain how to use part storeio
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/gnumach/ports/xen.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn index 1b967d38..5b5399de 100644 --- a/microkernel/mach/gnumach/ports/xen.mdwn +++ b/microkernel/mach/gnumach/ports/xen.mdwn @@ -96,6 +96,12 @@ Download http://youpibouh.thefreecat.org/hurd-xen/pv-grub.gz into /boot, and use extra is now the path to the grub config file. +In the menu.lst file, you will need the following notation for the gnumach root= parameter: + +root=part:2:device:hd0 + +to access the second partition of hd0, for instance. + # Miscellaneous [[Internals]]. |