source: trunk/packages/xen-3.1/xen-3.1/tools/pygrub/README @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 708 bytes
Line 
1pygrub is a grub-like bootloader for xen. This tool is to use to boot domU images.
2
3To compile pygrub, you will need the following packages installed:
4
51) Libraries of ext2fs, which is the following package (depend on your Linux distribution):
6        - e2fslibs-dev on Debian based distributions (Debian, Ubuntu, Linspire, Libranet, Xandros, etc...)
7        - e2fsprogs-devel on RedHat, Fedora Core
8        - libext2fs2-devel on Mandriva/Mandrake
9        - e2fsprogs on Gentoo
10
112) Libraries of reiserfs, which is the following package (depend on your Linux distribution):
12        - libreiserfs-dev on Debian based distributions (Debian, Ubuntu, Xandros, Libranet, Xandros, etc...)
13        - progsreiserfs-devel on RedHat
14        - progsreiserfs on Gentoo
15
Note: See TracBrowser for help on using the repository browser.