Changeset 3100 in MondoRescue
- Timestamp:
- Apr 27, 2013, 3:24:42 AM (12 years ago)
- Location:
- branches/3.0
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3097 r3100 761 761 [ ! -f $lvKernelImage ] && Die "File $lvKernelImage not found. Terminating." 762 762 763 # Kernel may be gzip compressed 763 # Kernel may be gzip compressed - Case of RHEL5 - SLES11SP1 764 # kernel is x86 boot sector in RHEL3/4 764 765 file $lvKernelImage 2>&1 | grep -q gzip 765 766 if [ $? -eq 0 ]; then -
branches/3.0/mondo/test/Makefile.am
r2233 r3100 2 2 3 3 ## The program 4 sbin_PROGRAMS = mrtest_mountlist mrtest_truncname 4 sbin_PROGRAMS = mrtest_mountlist mrtest_truncname mrtest_stresc 5 5 mrtest_mountlist_SOURCES = test-mountlist.c ${top_builddir}/src/mondorestore/mondo-prep.c ${top_builddir}/src/mondorestore/mondo-rstr-newt.c ${top_builddir}/src/mondorestore/mondo-rstr-tools.c 6 6 mrtest_mountlist_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@ 7 7 mrtest_truncname_SOURCES = test-truncname.c ${top_builddir}/src/common/libmondo-string.c 8 8 mrtest_truncname_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@ 9 mrtest_stresc_SOURCES = test-mr_stresc.c 10 mrtest_stresc_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note:
See TracChangeset
for help on using the changeset viewer.