diff options
Diffstat (limited to 'perl-install/install2.pm')
-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 a6d673358..2cf475a53 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -172,7 +172,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.9:0", +# display => "192.168.1.19:1", steps => \%installSteps, orderedSteps => \@orderedInstallSteps, |