diff options
author | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2017-09-06 11:06:49 +0200 |
---|---|---|
committer | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2017-09-27 18:58:33 +0200 |
commit | 084cb21fca1751de48908473d786ddb721a59fd7 (patch) | |
tree | 4cf379ca5a9068f55e8795b6791a1df0d83e9725 | |
parent | 5a38f807507abd6fd0864642163ac4378c5e935f (diff) | |
download | major-084cb21fca1751de48908473d786ddb721a59fd7.tar.gz major-084cb21fca1751de48908473d786ddb721a59fd7.tar.bz2 major-084cb21fca1751de48908473d786ddb721a59fd7.zip |
Fix screenshot taking
Change-Id: I279f23c23a8a3e9044c9540750531935cc2d55ba
-rwxr-xr-x | tct/odroid_prepare_flash_conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tct/odroid_prepare_flash_conf.sh b/tct/odroid_prepare_flash_conf.sh index ba63bef..5ae9433 100755 --- a/tct/odroid_prepare_flash_conf.sh +++ b/tct/odroid_prepare_flash_conf.sh @@ -49,6 +49,7 @@ unpack_image "${BOOT_IMAGE}" "${IMAGE}" "${IMAGE_UNPACKED}" mount_image "${IMAGE_UNPACKED}/rootfs.img" "${IMAGE_MOUNTPOINT}" mount_image "${IMAGE_UNPACKED}/system-data.img" "${IMAGE_MOUNTPOINT}/opt" mount_image "${IMAGE_UNPACKED}/user.img" "${IMAGE_MOUNTPOINT}/opt/usr" +sudo sed -i '/RemainAfterExit=yes/d' "${IMAGE_MOUNTPOINT}/usr/lib/systemd/system/tizen-system-env.service" install_iserial "${SDMUX}" "${IMAGE_MOUNTPOINT}" set_usb_mode "${IMAGE_MOUNTPOINT}" install_hdmi_force "${IMAGE_MOUNTPOINT}" |