diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/install2.pm | 1 |
2 files changed, 2 insertions, 0 deletions
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 => [], |