Skip to content

Commit

Permalink
umount more dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Apr 30, 2015
1 parent 0060e85 commit e42b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Expand Up @@ -574,7 +574,7 @@ EOF
# never reached, because chroot will reboot the machine
die "Internal error when calling /tmp/rebootCD." >&2
fi
umount $FAI_ROOT/proc
umount $FAI_ROOT/proc $FAI_ROOT/sys $FAI_ROOT/dev/pts 2>/dev/null
umount -arf 2>/dev/null

# reboot or halt?
Expand Down

0 comments on commit e42b066

Please sign in to comment.