From 25358c09c9b5c0e7132eb852d2cbbee96b5596fc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Mar 2008 14:56:56 +0000 Subject: use UUID by default (for diskdrake and draklive-install) --- perl-install/install/install2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 56226b55d..9f2dda1cc 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -39,7 +39,6 @@ $o = $::o = { #- packages => [ qw() ], partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 }, authentication => { md5 => 1, shadow => 1 }, - uuid_by_default => 1, locale => { lang => 'en_US' }, #- isUpgrade => 0, toRemove => [], @@ -356,7 +355,7 @@ sub main { newt => sub { $o->{interactive} = "curses" }, text => sub { $o->{interactive} = "curses" }, stdio => sub { $o->{interactive} = "stdio" }, - use_uuid => sub { $o->{uuid_by_default} = $v }, + use_uuid => sub { $::no_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