From bc0268b271bb6fe221458e8bf4e31b33aaa438ef Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 11 Dec 2018 19:15:39 +0000 Subject: installer: avoid resetting keyboard layout at end of formatting step (mga#23877) --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 617526315..89dab99a4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- avoid resetting keyboard layout at end of formatting step (mga#23877) - bootloader: only prefer rEFInd if it installed in the root fs (mga#23944) Version 18.8.1 - 1 Dec 2018 diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index de9ee5217..d214d8448 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -218,7 +218,7 @@ sub formatPartitions { # write the partition table and format the partitions. We need these links to be # updated before we create the initrd. It would be cleaner to fix this with a udev # rule, but for now, use brute force. - run_program::run('udevadm', 'trigger', '--type=devices'); + run_program::run('udevadm', 'trigger', '--type=devices', '--subsystem-match=block'); if ($want_root_formated) { #- we formatted /, ensure /var/lib/rpm is cleaned otherwise bad things can happen -- cgit v1.2.1