diff --git a/src/lib/installation/clients/kernel_finish.rb b/src/lib/installation/clients/kernel_finish.rb index 7348d19cb..973fa3cec 100644 --- a/src/lib/installation/clients/kernel_finish.rb +++ b/src/lib/installation/clients/kernel_finish.rb @@ -31,9 +31,6 @@ # $Id$ # -require "yast" -require "yast2/execute" - module Yast class KernelFinishClient < Client def main @@ -81,14 +78,6 @@ def main # Write list of modules to load after system gets up Kernel.SaveModulesToLoad - - # BNC #427705, formerly added as BNC #163073 - # after the chroot into the installed system has been performed. - # This will recreate all missing links. - # bnc#774301 - without --action=change at least when installing - # over lcs device on s390 emulated eth device get lost - Yast::Execute.on_target("/usr/bin/udevadm", "trigger", "--action=change") - Yast::Execute.on_target("/usr/bin/udevadm", "settle", "--timeout=60") else Builtins.y2error("unknown function: %1", @func) @ret = nil