Move TIVI-2291 hotfix to generic-adaption.post 81/25681/1 accepted/tizen/common/20140813.173750 submit/tizen_common/20140813.171659 submit/tizen_common/20140813.172153
authorMikko Ylinen <mikko.ylinen@intel.com>
Wed, 6 Aug 2014 07:28:54 +0000 (10:28 +0300)
committerMikko Ylinen <mikko.ylinen@intel.com>
Wed, 6 Aug 2014 07:28:54 +0000 (10:28 +0300)
Change-Id: I027d9bbfb1afe0e1de02dbe2573a8dafff19aee9
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
scripts/generic-adaptation.post
scripts/generic-base.post

index beebb60..2ae0730 100644 (file)
@@ -1,3 +1,6 @@
 #!/bin/sh
 echo "#################### generic-adaptation.post ####################"
 
+# fix TIVI-2291
+sed -ri "s/(^blacklist i8042.*$)/#fix from base-general.post \1/" /etc/modprobe.d/blacklist.conf
+
index 5311de3..a9515c4 100644 (file)
@@ -16,9 +16,6 @@ ln -s ../dbus.service /lib/systemd/user/default.target.wants/
 
 ln -sf /proc/self/mounts /etc/mtab
 
-# fix TIVI-2291
-sed -ri "s/(^blacklist i8042.*$)/#fix from base-general.post \1/" /etc/modprobe.d/blacklist.conf
-
 # sdx: fix smack labels on /var/log
 chsmack -a '*' /var/log