summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-19 15:01:50 +0000
committerrjones <rjones>2009-03-19 15:01:50 +0000
commit1ef78043a28df140e5302a4e00635e3d0792dbeb (patch)
tree6ec98bed60287b1654d50564e1d5703c47a75432 /README
downloadfebootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.tar.gz
febootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.tar.xz
febootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.zip
Basic build environment and man page.
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 46 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5f2a8a7
--- /dev/null
+++ b/README
@@ -0,0 +1,46 @@
+febootstrap - Bootstrap a basic Fedora system
+by Richard W.M. Jones (rjones@redhat.com)
+----------------------------------------------------------------------
+
+febootstrap is a Fedora equivalent to Debian's debootstrap. You can
+use it to create a basic Fedora filesystem.
+
+There are currently some restrictions compared to debootstrap.
+
+For instructions, restrictions, examples etc. please read the manpage
+febootstrap(8).
+
+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.
+
+ yum
+ - Tested with version 3.2.
+ - Needs network access to a Fedora repository, or a local
+ Fedora mirror.
+
+ perldoc
+ - This is just used to generate the manpage.
+
+ bash
+
+Building and installing
+-----------------------
+
+ ./configure
+ make
+ sudo make install
+
+Feedback and bugs
+-----------------
+
+Send feedback to rjones@redhat.com. You can file bugs in
+http://bugzilla.redhat.com/