1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

Build: Add Dockerfile

This commit is contained in:
Yonatan Goldschmidt 2020-05-21 23:04:07 +03:00 committed by Andreas Kling
parent 27913154ea
commit 00c0650f96
4 changed files with 17 additions and 6 deletions

View file

@ -62,8 +62,11 @@ cleanup() {
if [ $use_genext2fs = 0 ] ; then
printf "unmounting filesystem... "
umount mnt || ( sleep 1 && sync && umount mnt )
rmdir mnt
else
rm -rf mnt
fi
rmdir mnt
if [ "$(uname -s)" = "OpenBSD" ]; then
vnconfig -u "$VND"
elif [ "$(uname -s)" = "FreeBSD" ]; then