Merge branch 'master' of ssh://g-rjones@et.redhat.com/git/febootstrap
authorRichard Jones <rjones@redhat.com>
Sat, 28 Mar 2009 22:08:24 +0000 (22:08 +0000)
committerRichard Jones <rjones@redhat.com>
Sat, 28 Mar 2009 22:08:24 +0000 (22:08 +0000)
.gitignore [moved from .cvsignore with 65% similarity]
TODO [new file with mode: 0644]
examples/.cvsignore [deleted file]

similarity index 65%
rename from .cvsignore
rename to .gitignore
index 89a6429..2c6f170 100644 (file)
@@ -14,4 +14,12 @@ febootstrap.spec
 febootstrap
 febootstrap-minimize
 febootstrap-to-initramfs
+install-sh
+missing
 stamp-h1
+examples/guestfs
+examples/*-initrd.img
+examples/guest-image
+examples/minimal
+examples/vmlinuz
+examples/zero
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..bbddded
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+- More files in the root, eg: fstab, mtab, resolv.conf
+
+- febootstrap-run command which can be used to run extra commands inside
+  the root (just a wrapper around fakechroot/fakeroot/fakeroot.log)
+
+- Configurable stuff in the febootstrap repo, eg. proxies, extra repos
+
+- Update to latest fakechroot release
+
+- Patch fakechroot so it doesn't run /sbin/ldconfig etc.
+
+- 32-on-64 support in fakechroot/fakeroot
+
+- febootstrap on Debian etc (to bootstrap Fedora on Debian of course)
+
+
+
+For more to-do ideas, see:
+
+http://rwmj.wordpress.com/2009/03/19/febootstrap-fedora-equivalent-of-debootstrap/#comments
diff --git a/examples/.cvsignore b/examples/.cvsignore
deleted file mode 100644 (file)
index bef3f0d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Makefile.in
-Makefile
-guestfs
-guestfs-initrd.img
-guest-image
-minimal
-minimal-initrd.img
-vmlinuz
-zero
\ No newline at end of file