Skip to content

Commit

Permalink
Silencing unmounting of potentially stray tmpfs on /live/overlay.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 6, 2013
1 parent bc62502 commit 5490239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/boot/9990-overlay.sh
Expand Up @@ -402,5 +402,5 @@ setup_unionfs ()
# ensure that a potentially stray tmpfs gets removed
# otherways, initramfs-tools is unable to remove /live
# and fails to boot
umount /live/overlay || true
umount /live/overlay > /dev/null 2>&1 || true
}

0 comments on commit 5490239

Please sign in to comment.