diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-11 19:47:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-11 19:47:22 +0000 |
commit | d325def4d2b08b43444f0bac9c735409180b6cb3 (patch) | |
tree | f0b8057b15488f9df512ed3d859294ef3471a97d /rescue | |
parent | 6dcf594d6efdb42229fe2652eb16dedf7f60f5a6 (diff) | |
download | drakx-d325def4d2b08b43444f0bac9c735409180b6cb3.tar drakx-d325def4d2b08b43444f0bac9c735409180b6cb3.tar.gz drakx-d325def4d2b08b43444f0bac9c735409180b6cb3.tar.bz2 drakx-d325def4d2b08b43444f0bac9c735409180b6cb3.tar.xz drakx-d325def4d2b08b43444f0bac9c735409180b6cb3.zip |
include missing modules when SMB appears in fstab (mga#5850)
Diffstat (limited to 'rescue')
-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> |