From 06f51853c0d2ff1c37686d89964eca88604bd0ae Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 23 Oct 2003 22:35:26 +0000 Subject: try to save /etc/fstab and /etc/modules.conf (is /etc/fstab really needed?) --- move/move.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'move') diff --git a/move/move.pm b/move/move.pm index 6ce74d549..6db130127 100644 --- a/move/move.pm +++ b/move/move.pm @@ -52,7 +52,12 @@ sub init { } sub install2::startMove { - my ($_o) = @_; + my ($o) = @_; + + require install_any; + install_any::write_fstab($o); + modules::write_conf(''); + detect_devices::install_addons(''); $::WizardWindow->destroy; require ugtk2; -- cgit v1.2.1