diff options
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/NEWS | 1 | ||||
-rw-r--r-- | rescue/list.xml | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index 55b045d9b..328317f0e 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,4 +1,5 @@ - add more tools for XFS & btrfs +- include all of /usr/lib/udev/hwdb.d (mga#20327) - include F2FS tools - include missing LVM tools symlinks (mga#25466) - include ntfs3g compression support plugin diff --git a/rescue/list.xml b/rescue/list.xml index affee3994..3d108750b 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -361,10 +361,9 @@ </from> <from dir="/usr/lib/udev/hwdb.d"> - 20-pci-classes.hwdb - 20-pci-vendor-model.hwdb - 20-usb-classes.hwdb - 20-usb-vendor-model.hwdb + <from expand="glob"> + *.hwdb + </from> </from> <from dir="/usr/lib/udev/rules.d"> |