From c104590c25013bb10b4e3844d8546702b51941b6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Nov 2007 17:56:54 +0000 Subject: - use UUID by default (in fstab, bootloader) --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 043b89420..193e2ddc6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- use UUID by default (in fstab, bootloader) - localedrake: o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090) - partitioning wizard: ensure existing_part and resize_fat are proposed before diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 53597f813..0641761be 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -36,6 +36,7 @@ $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 => [], -- cgit v1.2.1