source: MondoRescue/branches/2.2.10/mondo/deplist.d/Makefile.am@ 2603

Last change on this file since 2603 was 2603, checked in by Bruno Cornec, 14 years ago

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 size: 155 bytes
Line 
1conf=`if [ "_$(MINDI_CONF)" = "_" ]; then echo $(sysconfdir)/mindi; else echo $(MINDI_CONF); fi`
2deplistdir = $(conf)/deplist.d
3
4deplist_DATA = mondo.conf
Note: See TracBrowser for help on using the repository browser.