From 0ed77b4d524759942d122ee37929d2b99a6f6791 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 21 Dec 1999 15:38:49 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 2 +- perl-install/install_any.pm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 0b5b3c09c..39a59faf4 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -189,7 +189,7 @@ $o = $::o = { steps => \%installSteps, orderedSteps => \@orderedInstallSteps, - base => [ qw(basesystem sed initscripts console-tools mkbootdisk utempter ldconfig chkconfig ntsysv setup filesystem SysVinit bdflush crontabs dev e2fsprogs etcskel fileutils findutils getty_ps grep gzip hdparm info initscripts isapnptools kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash ash setserial shadow-utils sh-utils stat sysklogd tar termcap textutils time tmpwatch util-linux vim-minimal vixie-cron which perl-base msec) ], + base => [ qw(basesystem sed initscripts console-tools mkbootdisk utempter ld.so ldconfig chkconfig ntsysv setup filesystem SysVinit bdflush crontabs dev e2fsprogs etcskel fileutils findutils getty_ps grep gzip hdparm info initscripts isapnptools kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash ash setserial shadow-utils sh-utils stat sysklogd tar termcap textutils time tmpwatch util-linux vim-minimal vixie-cron which perl-base msec) ], #-GOLD base => [ qw(basesystem sed initscripts console-tools mkbootdisk anacron utempter ldconfig chkconfig ntsysv mktemp setup filesystem SysVinit bdflush crontabs dev e2fsprogs etcskel fileutils findutils getty_ps grep groff gzip hdparm info initscripts isapnptools kbdconfig kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash ash setconsole setserial shadow-utils sh-utils slocate stat sysklogd tar termcap textutils time tmpwatch util-linux vim-minimal vixie-cron which cpio perl) ], #- for the list of fields available for user and superuser, see @etc_pass_fields in install_steps.pm diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f72733d60..139ef21a8 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -210,8 +210,6 @@ sub searchAndMount4Upgrade { my $w = $::beginner && $o->wait_message('', _("Searching root partition.")); - $o->{partitioning}{readonly} = 1; - #- try to find the partition where the system is installed if beginner #- else ask the user the right partition, and test it after. getHds($o); -- cgit v1.2.1