diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 04:40:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 04:40:18 +0000 |
commit | 6e230863720c63b6a39a53f3c0a15de771a373d2 (patch) | |
tree | d61f413104635c5a259455c4acbdc6e628650a59 /perl-install/install_steps_interactive.pm | |
parent | c130de3109b46c9c0783f9d600c38cea9b5bb46e (diff) | |
download | drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.gz drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.bz2 drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.xz drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.zip |
move loopback.pm to fs/loopback.pm
(since it's tightly tight to many fs* things)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 5bbe28763..765b69f43 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -21,7 +21,6 @@ use detect_devices; use run_program; use devices; use fsedit; -use loopback; use mouse; use modules; use modules::interactive; |