Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: src/scripts/common.sh

Issue 2084001: Reduce the size of factory install shim. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: merge and cleanup Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scripts/build_image ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/common.sh
diff --git a/src/scripts/common.sh b/src/scripts/common.sh
index 9121a24f724ac343d222764ca6b1e836adfe021c..1023d480c7c76bba78f725647f0d426271e9f938 100644
--- a/src/scripts/common.sh
+++ b/src/scripts/common.sh
@@ -123,6 +123,12 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \
/usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \
/usr/share/openrc /lib/rc *.a *.la /etc/init.d"
+FACTORY_INSTALL_MASK="/opt/google/chrome /opt/google/o3d /opt/netscape \
+ /usr/lib/dri /usr/lib/python2.6/test /usr/share/chewing /usr/share/fonts \
+ /usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \
+ /usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \
+ /usr/share/X11 /usr/share/zoneinfo"
+
# Check to ensure not running old scripts
V_REVERSE=''
V_VIDOFF=''
« no previous file with comments | « src/scripts/build_image ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698