diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-11 15:31:19 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-11 15:31:19 +0000 |
commit | 057a18f559cf59639dfce156e69eb703fe77a0ad (patch) | |
tree | 116f198a7f358b5d5504ca048905f443721f0898 /perl-install/install_steps_stdio.pm | |
parent | 62981497a92098e1a9bca94ba3d6716c22ba358e (diff) | |
download | drakx-057a18f559cf59639dfce156e69eb703fe77a0ad.tar drakx-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.gz drakx-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.bz2 drakx-057a18f559cf59639dfce156e69eb703fe77a0ad.tar.xz drakx-057a18f559cf59639dfce156e69eb703fe77a0ad.zip |
stdio mode works again
Diffstat (limited to 'perl-install/install_steps_stdio.pm')
-rw-r--r-- | perl-install/install_steps_stdio.pm | 1 |
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); } |