• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Mar-2022-

examples/18-Mar-2022-

src/18-Mar-2022-

Makefile A D18-Mar-20221.1 KiB4233

README A D18-Mar-2022708 1611

setup.py A D18-Mar-2022840 3024

README

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
16