From 6602048cd155966895b2f5068b206655673d45a8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 14 Nov 2012 12:44:18 -0800 Subject: [PATCH] add workaround scripts --- image-configs/configs/enlightenment.yaml | 3 ++- image-configs/custom/scripts/workarounds.post | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 image-configs/custom/scripts/workarounds.post diff --git a/image-configs/configs/enlightenment.yaml b/image-configs/configs/enlightenment.yaml index 45e2ab7..10d5665 100644 --- a/image-configs/configs/enlightenment.yaml +++ b/image-configs/configs/enlightenment.yaml @@ -7,8 +7,9 @@ Kernel: kernel-adaptation-pc Architecture: x86_64 Desktop: None PostScripts: - - base-e17-default + - workarounds - base-general + - base-e17-default Groups: - Base System - X11 diff --git a/image-configs/custom/scripts/workarounds.post b/image-configs/custom/scripts/workarounds.post new file mode 100644 index 0000000..81e616d --- /dev/null +++ b/image-configs/custom/scripts/workarounds.post @@ -0,0 +1,5 @@ + +### WORK AROUNDS - REMOVE ASAP + +mkdir /home/tizen +chown -R 1000: /home/tizen -- 2.7.4