diff options
-rw-r--r-- | rescue/NEWS | 2 | ||||
-rw-r--r-- | rescue/list.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index a3ae02115..6eac16ede 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- include missing modules when SMB appears in fstab (mga#5850) + Version 1.37 - 18 April 2012, by Thierry Vignaud - fix detecting RAID (mga#5048) diff --git a/rescue/list.xml b/rescue/list.xml index 58c86d306..c9316ba27 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -327,6 +327,9 @@ </from> <from dir="/usr/lib/libDrakX" expand="glob"> raid.pm <!-- required when needed in guessmounts --> + fs/remote.pm <!-- required by fs::remote::* --> + fs/remote/davfs.pm <!-- required by fs --> + fs/remote/smb.pm <!-- required by fs --> fs/dmraid.pm <!-- required by fsedit --> partition_table/*.pm <!-- required by partimage_whole_disk --> </from> |