summaryrefslogtreecommitdiffstats
path: root/rescue/list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/list.xml')
-rw-r--r--rescue/list.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/rescue/list.xml b/rescue/list.xml
index 63d045624..a5746d192 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -215,6 +215,7 @@
Exporter.pm
File/Path.pm
File/Basename.pm
+ File/Temp.pm <!-- required by diskdrake::interactive -->
XSLoader.pm
Symbol.pm
SelectSaver.pm
@@ -235,11 +236,16 @@
Encode/Unicode.pm
auto/Encode/Unicode/Unicode.so
DynaLoader.pm
+ File/Spec.pm <!-- required by File::Temp -->
+ File/Spec/Unix.pm <!-- required by File::Spec -->
auto/IO/IO.so
auto/Socket/Socket.so
Errno.pm
IO/Socket/INET.pm
IO/Socket/UNIX.pm
+ List/Util.pm <!-- required by Scalar::Util -->
+ auto/List/Util/Util.so
+ Scalar/Util.pm <!-- required by File::Temp -->
</from>
<from expand="perl">
@@ -248,6 +254,11 @@
</from>
</filter>
+<from expand="rpm" matching="m!^/usr/(share|LIB)/perl5! and !/\.pod$/">
+ perl-Curses <!-- required by Curses::UI -->
+ perl-Curses-UI <!-- required by interactive::curses -->
+</from>
+
<from dir="/etc">
mke2fs.conf
netconfig
@@ -430,6 +441,9 @@
</from>
<!-- Those are listed b/c collect-perl-files failed to detect them: -->
<from dir="/usr/lib/libDrakX" expand="glob">
+ interactive.pm <!-- required by diskdrake::interactive -->
+ interactive/curses.pm <!-- required by interactive -->
+ diskdrake/interactive.pm <!-- required by guessmount -->
fs/dmraid.pm <!-- required by fsedit -->
fs/remote.pm <!-- required by fs::remote::* -->
fs/remote/davfs.pm <!-- required by fs -->