X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=8551df903972fa5198dbba5c67c7ccad3ce07718;hb=d42e3067d9fe488acd20a8db8c936fe3f53223e3;hp=33087a78b06454ff83856b3219978b9ae23fe914;hpb=dd31db6b8575017d3a4f5bb56c6550e9138a2590;p=febootstrap.git diff --git a/README b/README index 33087a7..8551df9 100644 --- a/README +++ b/README @@ -16,14 +16,14 @@ Requirements fakeroot - Tested with version 1.11. - fakechroot > 2.8 or 2.8 + patch - - NB. KNOWN NOT TO WORK WITH 2.8. You MUST apply the patch - 'fakechroot-2.8-relchroot.patch' to the fakechroot sources - and recompile. Hopefully this patch will be included in - future versions of fakechroot. + fakechroot >= 2.9 or 2.8 + patch + - **** NB. KNOWN NOT TO WORK WITH 2.8 ***** You MUST apply + the patch 'fakechroot-2.8-relchroot.patch' to the fakechroot + sources and recompile. Hopefully this patch will be included + in future versions of fakechroot. yum - - Tested with version 3.2. + - Tested with version 3.2 (works best with 3.2.21 or above) - Needs network access to a Fedora repository, or a local Fedora mirror. @@ -34,6 +34,9 @@ Requirements MAKEDEV + upx + - Ultimate Packer for eXecutables, for minimizing binaries + qemu - If you want to test-run your systems. @@ -44,6 +47,12 @@ Building and installing make sudo make install +Note, if you want to run the scripts locally without installing, +you have to set the $PATH to the current directory, ie: + + PATH=$(pwd):$PATH + febootstrap [...] + Feedback and bugs -----------------