diff options
-rw-r--r-- | rescue/list.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/list.xml b/rescue/list.xml index 38b5ff036..36cd5cf61 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -269,8 +269,9 @@ partimage_whole_disk </to> </from> - <from dir="/usr/lib/libDrakX"> + <from dir="/usr/lib/libDrakX" expand="glob"> raid.pm <!-- required when needed in guessmounts --> + partition_table/*.pm <!-- required by partimage_whole_disk --> </from> </filter> |