Skip to content

Commit

Permalink
kill udevd realier
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 25, 2015
1 parent 241ed1a commit 690e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/faireboot
Expand Up @@ -23,9 +23,9 @@ fai-divert -R

mountpoint -q $FAI_ROOT/proc && umount $FAI_ROOT/proc
mountpoint -q $FAI_ROOT/dev/pts && umount $FAI_ROOT/dev/pts
killall udevd
umount -a -t nonfs 2>/dev/null
umount -arf 2>/dev/null
killall udevd

sendmon "TASKEND reboot 0"
echo "$HOSTNAME now rebooting"
Expand Down

0 comments on commit 690e1c5

Please sign in to comment.