From 984fd6ab0cb8f900fdc9ca7523e082ba68ea4c6d Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Wed, 6 Aug 2014 10:28:54 +0300 Subject: [PATCH] Move TIVI-2291 hotfix to generic-adaption.post Change-Id: I027d9bbfb1afe0e1de02dbe2573a8dafff19aee9 Signed-off-by: Mikko Ylinen --- scripts/generic-adaptation.post | 3 +++ scripts/generic-base.post | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/generic-adaptation.post b/scripts/generic-adaptation.post index beebb60..2ae0730 100644 --- a/scripts/generic-adaptation.post +++ b/scripts/generic-adaptation.post @@ -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 + diff --git a/scripts/generic-base.post b/scripts/generic-base.post index 5311de3..a9515c4 100644 --- a/scripts/generic-base.post +++ b/scripts/generic-base.post @@ -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 -- 2.7.4