Skip to content

Commit

Permalink
add udevadm trigger, so udevadm info /sys/class/net/eth0 will show mo…
Browse files Browse the repository at this point in the history
…re infos
  • Loading branch information
Mrfai committed Jan 19, 2021
1 parent d826153 commit cc103a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# subroutines -- useful subroutines for FAI
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2000-2020 by Thomas Lange, lange@informatik.uni-koeln.de
# (c) 2000-2021 by Thomas Lange, lange@informatik.uni-koeln.de
# Universitaet zu Koeln
# (c) 2001-2005 by Henning Glawe, glaweh@physik.fu-berlin.de
# Freie Universitaet Berlin
Expand Down Expand Up @@ -383,6 +383,8 @@ task_setup() {
if [ "$flag_sshd" -a -x /usr/sbin/sshd ]; then
pgrep -x sshd >/dev/null || /usr/sbin/sshd
fi

udevadm trigger
fi
unset flag_createvt flag_sshd

Expand Down

0 comments on commit cc103a6

Please sign in to comment.