Skip to content

Commit

Permalink
Remove the udevadm calls completely
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 10, 2021
1 parent 71d8a08 commit 8ec6e70
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/installation/clients/kernel_finish.rb
Expand Up @@ -31,9 +31,6 @@
# $Id$
#

require "yast"
require "yast2/execute"

module Yast
class KernelFinishClient < Client
def main
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ec6e70

Please sign in to comment.