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 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, |