summaryrefslogtreecommitdiffstats
path: root/appliance/packagelist.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-08-19 14:03:35 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-08-19 15:13:43 +0100
commit2b891ceef355ce2d6532d65f8febbe3833d4399e (patch)
tree0f5584214b07c1947988ded1e42e9c01c455cd38 /appliance/packagelist.in
parent5da810b96072c0fd71d78713025a2e104295d0ff (diff)
downloadlibguestfs-2b891ceef355ce2d6532d65f8febbe3833d4399e.tar.gz
libguestfs-2b891ceef355ce2d6532d65f8febbe3833d4399e.tar.xz
libguestfs-2b891ceef355ce2d6532d65f8febbe3833d4399e.zip
mke2fs: Use e4fsprogs programs if available.
On RHEL 5, mke2fs is ancient, and there is a non-standard "mke4fs" binary which acts like the more recent mke2fs on Fedora. Since there are several annoyances and actual bugs in the ancient RHEL 5 mke2fs, use mke4fs instead if it's available.
Diffstat (limited to 'appliance/packagelist.in')
-rw-r--r--appliance/packagelist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index abcd429c..559fc1f1 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -10,6 +10,8 @@
#if REDHAT == 1
augeas-libs
+ /* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
+ e4fsprogs
iputils
kernel
MAKEDEV