summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-19 10:56:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-19 10:57:06 +0000
commitda24e7aab06361b8d9bb5b5c8417611501e94684 (patch)
treee4041b7a905f825e7d5009071567be75d52e10b1 /configure.ac
parent9556903888eed268895a8454491d56302985f7e1 (diff)
downloadlibguestfs-da24e7aab06361b8d9bb5b5c8417611501e94684.tar.gz
libguestfs-da24e7aab06361b8d9bb5b5c8417611501e94684.tar.xz
libguestfs-da24e7aab06361b8d9bb5b5c8417611501e94684.zip
appliance: Don't hard-code febootstrap --exclude parameters.
Create a separate file 'excludelist.in' that contains these regular expressions, and process it the same way as packagelist.in.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c37457b..3df4c5b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,8 @@ if test "x$enable_appliance" = "xyes"; then
dnl
dnl This used to be Very Important but is now just used to select
dnl which packages to install in the appliance, since the package
- dnl names vary slightly across distros. (See appliance/packagelist.in)
+ dnl names vary slightly across distros. (See
+ dnl appliance/packagelist.in and appliance/excludelist.in)
AC_MSG_CHECKING([which Linux distro for package names])
DISTRO=REDHAT
if test -f /etc/debian_version; then