mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
remove dev-mode aterm related changes
aterm will be going back into every build for now, so we can revert these dev-mode only changes BUG=chromium-os:3884 TEST=none yet Review URL: http://codereview.chromium.org/2669004
This commit is contained in:
parent
3f4529c375
commit
e58b86fdcf
@ -255,13 +255,6 @@ create_mod_image() {
|
|||||||
# The ldd tool is a useful shell script but lives in glibc; just copy it.
|
# 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"
|
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 vim is installed, then a vi symlink would probably help.
|
||||||
if [[ -x "${root_fs_dir}/usr/local/bin/vim" ]]; then
|
if [[ -x "${root_fs_dir}/usr/local/bin/vim" ]]; then
|
||||||
sudo ln -sf vim "${root_fs_dir}/usr/local/bin/vi"
|
sudo ln -sf vim "${root_fs_dir}/usr/local/bin/vi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user