Skip to content

Commit

Permalink
in 663e647 I removed the wrong line
Browse files Browse the repository at this point in the history
if udevd is not started, all disk have owner root, which results in an
empty $disklist
  • Loading branch information
Thomas Lange committed Sep 13, 2017
1 parent 0b29932 commit b1e9f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai
Expand Up @@ -103,7 +103,7 @@ fai_init() {
define_fai_flags
# we really need to start udev
if [ -x /etc/init.d/udev ]; then
test -f /etc/init/udevtrigger.conf && udevadm trigger --action=add && udevadm settle
/etc/init.d/udev start
fi
mkdir -p /var/run/sshd /var/run/network # when using initrd kernels
ifup lo
Expand Down

0 comments on commit b1e9f7a

Please sign in to comment.