diff options
author | Serge Schneider <[email protected]> | 2016-10-14 15:02:32 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2016-10-18 15:23:02 +0100 |
commit | e800956bd8909acf48ba432e318084d77f1c9a89 (patch) | |
tree | a3e6a845c73eebba6ff63e293b3e341985c2fb84 /stage3 | |
parent | 24ad8c2adb0cc28fb14f835531cf564cadf96866 (diff) |
Remove changes transferred into raspberrypi-ui-mods
Diffstat (limited to 'stage3')
-rwxr-xr-x | stage3/01-tweaks/00-run.sh | 9 | ||||
-rw-r--r-- | stage3/01-tweaks/files/55-storage.pkla | 6 | ||||
-rw-r--r-- | stage3/01-tweaks/files/75source-profile | 2 |
3 files changed, 1 insertions, 16 deletions
diff --git a/stage3/01-tweaks/00-run.sh b/stage3/01-tweaks/00-run.sh index 0b0f1bc..105ed0d 100755 --- a/stage3/01-tweaks/00-run.sh +++ b/stage3/01-tweaks/00-run.sh @@ -1,15 +1,8 @@ #!/bin/bash -e on_chroot sh -e - <<EOF -update-alternatives --set libgksu-gconf-defaults /usr/share/libgksu/debian/gconf-defaults.libgksu-sudo -update-gconf-defaults -EOF - -on_chroot sh -e - <<EOF update-alternatives --install /usr/share/images/desktop-base/desktop-background \ desktop-background /usr/share/raspberrypi-artwork/raspberry-pi-logo.png 100 EOF -rm -f ${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf -install -m 644 files/55-storage.pkla ${ROOTFS_DIR}/etc/polkit-1/localauthority/50-local.d/ -install -m 644 files/75source-profile ${ROOTFS_DIR}/etc/X11/Xsession.d/ +rm -f ${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf diff --git a/stage3/01-tweaks/files/55-storage.pkla b/stage3/01-tweaks/files/55-storage.pkla deleted file mode 100644 index 2428d77..0000000 --- a/stage3/01-tweaks/files/55-storage.pkla +++ /dev/null @@ -1,6 +0,0 @@ -[Storage Permissions] -Identity=unix-group:plugdev -Action=org.freedesktop.udisks.filesystem-mount;org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.drive-detach;org.freedesktop.udisks.luks-unlock;org.freedesktop.udisks.inhibit-polling;org.freedesktop.udisks.drive-set-spindown -ResultAny=yes -ResultActive=yes -ResultInactive=no diff --git a/stage3/01-tweaks/files/75source-profile b/stage3/01-tweaks/files/75source-profile deleted file mode 100644 index d93828b..0000000 --- a/stage3/01-tweaks/files/75source-profile +++ /dev/null @@ -1,2 +0,0 @@ -[ -f /etc/profile ] && . /etc/profile -[ -f "$HOME/.profile" ] && . "$HOME/.profile" |