summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-08 05:35:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-08 05:35:03 +0000
commit44b76a6df5441d9ffc9b139f2be6297fce73b8da (patch)
tree5162afe8e7b0528778d97947cf5e93fcd45dfa78 /perl-install/install2.pm
parent74532016c19d917b0cacd105e34e30e21745e344 (diff)
downloaddrakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.gz
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.bz2
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.tar.xz
drakx-backup-do-not-use-44b76a6df5441d9ffc9b139f2be6297fce73b8da.zip
- create X_options_from_o() and use it
- add freeDriver boot option
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index b8f57432a..9016fc9b6 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -387,6 +387,7 @@ sub main {
vga => sub { $o->{vga} = $v },
step => sub { $o->{steps}{first} = $v },
meta_class => sub { $o->{meta_class} = $v },
+ freeDriver => sub { $o->{freeDriver} = $v },
readonly => sub { $o->{partitioning}{readonly} = $v ne "0" },
display => sub { $o->{display} = $v },
askdisplay => sub { print "Please enter the X11 display to perform the install on ? "; $o->{display} = chomp_(scalar(<STDIN>)) },