From c779a874fab85882b1d92ae9b945dbbe985c2426 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2007 08:33:44 +0000 Subject: better use $::o->{uuid_by_default} to allow easy setting in auto_installs --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 7536ec35c..652598b97 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -363,7 +363,7 @@ sub main { newt => sub { $o->{interactive} = "curses" }, text => sub { $o->{interactive} = "curses" }, stdio => sub { $o->{interactive} = "stdio" }, - use_uuid => sub { $::uuid_by_default = $v }, + use_uuid => sub { $o->{uuid_by_default} = $v }, kickstart => sub { $::auto_install = $v }, local_install => sub { $::local_install = 1 }, uml_install => sub { $::uml_install = $::local_install = 1 }, -- cgit v1.2.1