From fa599328451f7c0bdc36ded51fb9d3b8a17fad18 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 24 Dec 2012 13:35:50 +0100 Subject: maybe sync helps to unmount cleanly --- bin/g-i-installation.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index e1f51e39..84dc11ad 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -444,6 +444,10 @@ save_logs() { # get list of installed packages # sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/dpkg-l + # + # umount guests + # + sync case $NAME in debian-edu_*) sudo umount -l $SYSTEM_MNT/var || true ;; -- cgit v1.2.3-54-g00ecf