summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_stdio.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-11 15:31:19 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-11 15:31:19 +0000
commit057a18f559cf59639dfce156e69eb703fe77a0ad (patch)
tree116f198a7f358b5d5504ca048905f443721f0898 /perl-install/install_steps_stdio.pm
parent62981497a92098e1a9bca94ba3d6716c22ba358e (diff)
downloaddrakx-backup-do-not-use-057a18f559cf59639dfce156e69eb703fe77a0ad.tar
drakx-backup-do-not-use-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.gz
drakx-backup-do-not-use-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.bz2
drakx-backup-do-not-use-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.xz
drakx-backup-do-not-use-057a18f559cf59639dfce156e69eb703fe77a0ad.zip
stdio mode works again
Diffstat (limited to 'perl-install/install_steps_stdio.pm')
-rw-r--r--perl-install/install_steps_stdio.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_stdio.pm b/perl-install/install_steps_stdio.pm
index 4b0771c55..518640d29 100644
--- a/perl-install/install_steps_stdio.pm
+++ b/perl-install/install_steps_stdio.pm
@@ -14,7 +14,6 @@ use lang;
sub new($$) {
my ($type, $o) = @_;
- $o->{partitioning}{readonly} = 1; #- needed til diskdrake is graphic only...
(bless {}, ref $type || $type)->SUPER::new($o);
}