diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-16 11:27:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-16 11:27:39 +0000 |
commit | cec3cd810d520b98dd17a1fe274e6acc8cf637b9 (patch) | |
tree | b0adb6367bae1147aaf02a501dec3b3d91f677b0 /perl-install | |
parent | 36ef3ad3435c5cf5711be5d23bb37681a2e88e79 (diff) | |
download | drakx-cec3cd810d520b98dd17a1fe274e6acc8cf637b9.tar drakx-cec3cd810d520b98dd17a1fe274e6acc8cf637b9.tar.gz drakx-cec3cd810d520b98dd17a1fe274e6acc8cf637b9.tar.bz2 drakx-cec3cd810d520b98dd17a1fe274e6acc8cf637b9.tar.xz drakx-cec3cd810d520b98dd17a1fe274e6acc8cf637b9.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 1a856e182..0a7328e26 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -179,7 +179,7 @@ $o = $::o = { #- user => { name => 'foo', password => 'bar', home => '/home/foo', shell => '/bin/bash', realname => 'really, it is foo' }, #- keyboard => 'de', - display => "192.168.1.19:1", +#- display => "192.168.1.19:1", steps => \%installSteps, orderedSteps => \@orderedInstallSteps, |