diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-22 13:15:49 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-27 16:36:17 +0100 |
| commit | 3735e0210eed902e9f9bf9145f2abd46ae4191e4 (patch) | |
| tree | d7178cbd85a5c7c2d95bafed318fb7d514cd83a6 /tests | |
| parent | e3fcc04527d7afea0eae92c8e37fd0a6422c0186 (diff) | |
| download | libguestfs-3735e0210eed902e9f9bf9145f2abd46ae4191e4.tar.gz libguestfs-3735e0210eed902e9f9bf9145f2abd46ae4191e4.tar.xz libguestfs-3735e0210eed902e9f9bf9145f2abd46ae4191e4.zip | |
EPEL 5: Remove Fedora MD test images.
On RHEL 5, mdadm is not able to create md devices with aliases,
eg. '/dev/md/boot'.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guests/Makefile.am | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am index 77ce61ba..ad8ca5a5 100644 --- a/tests/guests/Makefile.am +++ b/tests/guests/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST = \ # This is 'check_DATA' because we don't need it until 'make check' # time and we need the tools we have built in order to make it. -check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img +check_DATA = debian.img fedora.img ubuntu.img windows.img CLEANFILES = $(check_DATA) stamp-fedora-md.img @@ -51,19 +51,6 @@ fedora.img: guest-aux/make-fedora-img.pl \ LAYOUT=partitions \ ../../run --test $< -# Make a (dummy) Fedora image using md devices -fedora-md1.img fedora-md2.img: stamp-fedora-md.img - -stamp-fedora-md.img: guest-aux/make-fedora-img.pl \ - guest-aux/fedora-name.db \ - guest-aux/fedora-packages.db - rm -f $@ - TMPDIR=$(top_builddir) \ - SRCDIR=$(srcdir) \ - LAYOUT=partitions-md \ - ../../run --test $< - touch $@ - guest-aux/fedora-name.db: guest-aux/fedora-name.db.txt rm -f $@ $@-t mkdir -p guest-aux |
