Changeset 2603 in MondoRescue for branches/2.2.10/mondo/deplist.d/Makefile.am


Ignore:
Timestamp:
Mar 22, 2010, 1:56:30 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3757@localhost: bruno | 2010-03-17 15:05:13 +0100

  • Adds a new interface param between mondoarchive and mindi for backup-media-type which was missing
  • Improve again logging
  • Try to improve keymap support
  • Remove some remaining hard coded /proc/cmdline
  • Adds a cache for the find command for modules launched twice to make it quicker on my Atom netboot in a QEMU VM
  • Remove dependency at build time on mindi to only use MINDI_CONF env var
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/deplist.d/Makefile.am

    r2602 r2603  
    1 mindiconfdir = `mindi --printvar MINDI_CONF`
    2 deplistdir = $(mindiconfdir)/deplist.d
     1conf=`if [ "_$(MINDI_CONF)" = "_" ]; then echo $(sysconfdir)/mindi; else echo $(MINDI_CONF); fi`
     2deplistdir = $(conf)/deplist.d
    33
    4 deplistdir_DATA = mondo.conf
     4deplist_DATA = mondo.conf
Note: See TracChangeset for help on using the changeset viewer.