Skip to content

Commit

Permalink
umount /run/dev in target, Closes: #928981
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jul 18, 2019
1 parent 8f21f94 commit 85409c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ task_dirinstall() {
mountpoint -q $FAI_ROOT/proc && umount $FAI_ROOT/proc
mountpoint -q $FAI_ROOT/sys && umount $FAI_ROOT/sys
mountpoint -q $FAI_ROOT/dev/pts && umount $FAI_ROOT/dev/pts
mountpoint -q $FAI_ROOT/run/udev && umount $FAI_ROOT/run/udev
# sometimes umount $FAI_ROOT/dev fails, because a process is
# still running in the background and accesses /dev
# this occured sometimes when using dirinst and a long package
Expand Down

0 comments on commit 85409c5

Please sign in to comment.