diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-02 05:21:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-02 05:21:21 +0000 |
commit | 6e9c6ce48159d3df1cb69788bebc503ff8697e26 (patch) | |
tree | 0c369d4eb7ee55bbb6872cb446f0d3946c62e52b /perl-install/install2.pm | |
parent | 8b52ae4b578e117a7135fe17f542af3714068851 (diff) | |
download | drakx-6e9c6ce48159d3df1cb69788bebc503ff8697e26.tar drakx-6e9c6ce48159d3df1cb69788bebc503ff8697e26.tar.gz drakx-6e9c6ce48159d3df1cb69788bebc503ff8697e26.tar.bz2 drakx-6e9c6ce48159d3df1cb69788bebc503ff8697e26.tar.xz drakx-6e9c6ce48159d3df1cb69788bebc503ff8697e26.zip |
allow upgrading a chroot (using drakx-in-chroot)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 84f718c3b..6d40d923f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -448,8 +448,8 @@ sub main { } if ($::local_install) { push @auto, -# 'selectLanguage', 'selectKeyboard', 'miscellaneous', - 'selectInstallClass', 'doPartitionDisks', 'formatPartitions', 'setupBootloader'; +# 'selectLanguage', 'selectKeyboard', 'miscellaneous', 'selectInstallClass', + 'doPartitionDisks', 'formatPartitions', 'setupBootloader'; fs::mount_usbfs(''); #- do it now so that when_load doesn't do it } |