[SCM] live-boot branch, debian-next, updated. debian/3.0_a25-1-70-ga39a167
Daniel Baumann
daniel at debian.org
Thu Apr 5 06:00:34 UTC 2012
The following commit has been merged in the debian-next branch:
commit fe3b574c47a81858e256abd8fde409eda4dc99e1
Author: Tails developers <amnesia at boum.org>
Date: Thu Mar 22 19:44:24 2012 +0100
Also create parents when creating union/linkfiles source directories.
Otherwise the it breaks with "source=a/b" if "a" doesn't exist etc.
diff --git a/scripts/live-helpers b/scripts/live-helpers
index 0ab36b9..13a8cec 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -1436,7 +1436,7 @@ activate_custom_mounts ()
then
# unions and don't need to be bootstrapped
# linkfiles dirs can't be bootstrapped in a sensible way
- mkdir "${source}"
+ mkdir -p "${source}"
chown --reference "${dest}" "${source}"
chmod --reference "${dest}" "${source}"
else
--
live-boot
More information about the debian-live-changes
mailing list