[SCM] live-config branch, debian-old-3.0, updated. debian/3.0.5-1-3-gbb321e6

Daniel Baumann daniel at debian.org
Wed Sep 26 11:26:44 UTC 2012


The following commit has been merged in the debian-old-3.0 branch:
commit bb321e65737e8be0d75070a8770654ec1ff2dda8
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 26 13:26:36 2012 +0200

    Flushing filesystem buffers on shutdown.

diff --git a/bin/boot-init.sh b/bin/boot-init.sh
index edcfaac..f3058f2 100755
--- a/bin/boot-init.sh
+++ b/bin/boot-init.sh
@@ -162,6 +162,9 @@ do
 	mount -o remount,ro ${MOUNT} > /dev/null 2>&1 || true
 done
 
+# Flush filesystem buffers
+sync
+
 # Check if we need to eject the drive
 if grep -qs "cdrom-detect/eject=false" /proc/cmdline || \
    grep -qs "noeject" /proc/cmdline || \

-- 
live-config



More information about the debian-live-changes mailing list