From 7dd8d95b452be7b07b1061dc4fcce52ce19ccd81 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 14 Feb 2014 16:14:39 -0800 Subject: [PATCH] fix(build_image): Drop long unused overlays/usr/local bind mount This was used by the old ChromeOS "dev image" scheme and does not get mounted by default so stop shipping it. --- build_library/legacy_disk_layout.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 8b514f39b2..075e591e15 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -69,7 +69,6 @@ "overlays/home":"/home", "overlays/opt":"/opt", "overlays/srv":"/srv", - "overlays/usr/local":"/usr/local", "overlays/var":"/var" } }