Skip to content
Snippets Groups Projects
Commit ebb4b719 authored by Bakai Dániel's avatar Bakai Dániel
Browse files

Small fixes

parent 6addd451
No related branches found
No related tags found
No related merge requests found
USAGE 0 → 100644
......@@ -51,8 +51,8 @@ rm base.$QEMU_IMG_FORMAT
mv base_tmp.$QEMU_IMG_FORMAT base.$QEMU_IMG_FORMAT
chmod 0444 base.$QEMU_IMG_FORMAT
# Deleting chroot
rm -rf chroot
# Deleting basedir
rm -rf $DEBIAN_BASEDIR
# Finishing
cd ..
......@@ -61,8 +61,5 @@ umount -lf $QEMU_IMG_MOUNT_ROOT/dev
umount -lf $QEMU_IMG_MOUNT_ROOT/sys
umount -lf $QEMU_IMG_MOUNT_ROOT/proc
# Removing basedir
# rm -rf $DEBIAN_BASEDIR
# Finishing
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment