summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-12-11 19:15:39 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-12-11 19:15:39 +0000
commitbc0268b271bb6fe221458e8bf4e31b33aaa438ef (patch)
tree56751db3c162f803627d859745c35b2fc8993f75 /perl-install/install/install2.pm
parent588bbd7e3f172922d27e95423ef03cb5934c0b22 (diff)
downloaddrakx-bc0268b271bb6fe221458e8bf4e31b33aaa438ef.tar
drakx-bc0268b271bb6fe221458e8bf4e31b33aaa438ef.tar.gz
drakx-bc0268b271bb6fe221458e8bf4e31b33aaa438ef.tar.bz2
drakx-bc0268b271bb6fe221458e8bf4e31b33aaa438ef.tar.xz
drakx-bc0268b271bb6fe221458e8bf4e31b33aaa438ef.zip
installer: avoid resetting keyboard layout at end of formatting step (mga#23877)
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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