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

Unified Diff: src/scripts/build_image

Issue 2669004: remove dev-mode aterm related changes (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: Created 10 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_image
diff --git a/src/scripts/build_image b/src/scripts/build_image
index e95de61acbc86c2c2e65ece9bed070a211c7cd86..0f1470b823273d147e2c02715a55af1a2783ef19 100755
--- a/src/scripts/build_image
+++ b/src/scripts/build_image
@@ -255,13 +255,6 @@ create_mod_image() {
# The ldd tool is a useful shell script but lives in glibc; just copy it.
sudo cp -a "$(which ldd)" "${root_dev_dir}/usr/bin"
- # TODO: Temporarily create fake xterm symlink until we do proper xinitrc
- local aterm="$root_fs_dir/usr/local/bin/aterm"
- if [[ -f "${aterm}" ]]; then
- sudo chmod 0755 "$aterm"
- sudo ln -s aterm "${root_fs_dir}/usr/local/bin/xterm"
- fi
-
# If vim is installed, then a vi symlink would probably help.
if [[ -x "${root_fs_dir}/usr/local/bin/vim" ]]; then
sudo ln -sf vim "${root_fs_dir}/usr/local/bin/vi"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698