febootstrap*.8
febootstrap*.txt
+febootstrap-*.tar.gz
Makefile.in
Makefile
aclocal.m4
#
# Written by Richard W.M. Jones <rjones@redhat.com>
+SUBDIRS = examples
+
bin_SCRIPTS = febootstrap febootstrap-to-initramfs
febootstrap: febootstrap.sh
endif
EXTRA_DIST = \
- febootstrap.8 febootstrap.txt \
+ fakechroot-2.8-relchroot.patch \
+ febootstrap.8 febootstrap.txt febootstrap.pod \
febootstrap-to-initramfs.8 febootstrap-to-initramfs.txt \
- febootstrap-fix-root.8 febootstrap-fix-root.txt
+ febootstrap-to-initramfs.pod \
+ febootstrap-fix-root.8 febootstrap-fix-root.txt \
+ febootstrap-fix-root.pod \
+ febootstrap.sh febootstrap-to-initramfs.sh
dnl
dnl Written by Richard W.M. Jones <rjones@redhat.com>
-AC_INIT(febootstrap,1.0)
+AC_INIT(febootstrap,0.8)
AM_INIT_AUTOMAKE
-AC_PROG_CC
-AM_PROG_CC_C_O
-
AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
if test "x$PERLDOC" = "xno" ; then
AC_MSG_WARN([perldoc not found - install perl to make man pages])
fi
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile examples/Makefile])
AC_OUTPUT
+Makefile.in
+Makefile
minimal
minimal-initrd.img
vmlinuz
--- /dev/null
+# febootstrap Makefile.am
+# (C) Copyright 2009 Red Hat Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+# Written by Richard W.M. Jones <rjones@redhat.com>
+
+EXTRA_DIST = \
+ README minimal-filesystem.sh
febootstrap fedora-10 /tmp/f10
febootstrap rawhide /tmp/rawhide
febootstrap rawhide /tmp/rawhide http://mymirror/rawhide/x86_64/os
- febootstrap --groupinstall="Mail Server" rawhide /tmp/rawhide
+ febootstrap --groupinstall="Mail Server" fedora-10 /tmp/mailserver
=head1 DESCRIPTION