Skip to content

Commit

Permalink
Provide workaround for FAI bug, leaving /run/udev behind (see #928981)
Browse files Browse the repository at this point in the history
Closes: #77
  • Loading branch information
mika committed May 14, 2019
1 parent d1533fd commit 8352df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-live
Expand Up @@ -164,6 +164,7 @@ umount_all() {
# make sure we don't leave any mounts - FAI doesn't remove them always
umount $CHROOT_OUTPUT/proc/sys/fs/binfmt_misc 2>/dev/null || /bin/true
umount $CHROOT_OUTPUT/proc 2>/dev/null || /bin/true
umount $CHROOT_OUTPUT/run/udev 2>/dev/null || /bin/true
umount $CHROOT_OUTPUT/run 2>/dev/null || /bin/true
umount $CHROOT_OUTPUT/sys 2>/dev/null || /bin/true
umount $CHROOT_OUTPUT/dev/pts 2>/dev/null || /bin/true
Expand Down

0 comments on commit 8352df0

Please sign in to comment.