Bugzilla – Bug 120079
hwinfo needs option for alternative /var/lib/hardware dir
Last modified: 2006-01-31 15:05:58 UTC
libhd/hwinfo need a way to specify an alternative /var/lib/hardware directory. This would be useful for updates where data from the old location are needed.
implemented in hwinfo 12.2 'hwinfo --hddb-dir=/foo/var/lib/hardware --whatever' or 'LIBHD_HDDB_DIR=/foo/var/lib/hardware hwinfo --whatever' Last variant works with libhd in general.
Thanks, replaced the call to "hwinfo --map" with "LIBHD_HDDB_DIR=/mnt/var/lib/hardware hwinfo --map" in Storage.ycp