remove default vconf keys post script
[profile/ivi/meta-ivi.git] / scripts / base-general.post
1 # base-general.post
2
3 ln -sf /proc/self/mounts /etc/mtab
4
5 rm -rf /root/.zypp
6
7 # workaround for bug PTREL-763
8 patch -p1 -d/ <<'EOF'
9 diff -urN bad/etc/pam.d/systemd-user good/etc/pam.d/systemd-user
10 --- bad/etc/pam.d/systemd-user 2014-03-20 10:01:36.657843073 +0100
11 +++ good/etc/pam.d/systemd-user 2014-03-20 10:06:51.586121696 +0100
12 @@ -4,5 +4,6 @@
13  
14  account include system-auth
15  session include system-auth
16 +session required pam_systemd.so
17  auth required pam_deny.so
18  password required pam_deny.so
19 EOF