summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-08 18:41:57 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-12-08 19:07:22 +0000
commitf740ecb1f5cec298aa05b8c946e3d06a1d446395 (patch)
treeaf99960679f01fce7d84769a737955ffc6124119 /config/live.cfg
parentd986708f386a2b0f8bda10534e90e0edbc16e366 (diff)
downloaddraklive-config-f740ecb1f5cec298aa05b8c946e3d06a1d446395.tar
draklive-config-f740ecb1f5cec298aa05b8c946e3d06a1d446395.tar.gz
draklive-config-f740ecb1f5cec298aa05b8c946e3d06a1d446395.tar.bz2
draklive-config-f740ecb1f5cec298aa05b8c946e3d06a1d446395.tar.xz
draklive-config-f740ecb1f5cec298aa05b8c946e3d06a1d446395.zip
(temporary) Convert draklive-install to use polkit, not consolehelper.
Taken from tmb's WIP. The old method of using consolehelper was failing authentication in GNOME. Temporarily added here to get the sta2 ISOs built. Revert this when the changes get pushed to draklive-install.
Diffstat (limited to 'config/live.cfg')
-rw-r--r--config/live.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/live.cfg b/config/live.cfg
index 8900d26..c5ed814 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -101,6 +101,13 @@ my $_l = {
(map { [ 'files/draksnapshot.sysconfig', $_ . '/.draksnapshot', { mode => 0644, no_install => 1 } ] } @user_config_dirs),
[ 'files/compute-ooo-dicts.pl', '/usr/sbin/compute-ooo-dicts.pl', { mode => 0755 } ],
[ 'files/compute-i18n-list.pl', '/usr/sbin/compute-i18n-list.pl', { mode => 0755 } ],
+
+ # Changes to draklive-install - remove once these are pushed
+ [ 'files/WIP/draklive-install', '/usr/sbin/draklive-install', { mode => 0755 } ],
+ [ 'files/WIP/draklive-install.wrapper', '/usr/bin/draklive-install', { mode => 0755 } ],
+ [ 'files/WIP/mageia-draklive-install.desktop', '/usr/share/applications/mageia-draklive-install.desktop', { mode => 0644 } ],
+ [ 'files/WIP/org.mageia.draklive-install.policy', '/usr/share/polkit-1/actions/org.mageia.draklive-install.policy', { mode => 0644, no_install => 1 } ],
+ [ 'files/WIP/org.mageia.draklive-install-lock-storage.policy', '/usr/share/polkit-1/actions/org.mageia.draklive-install-lock-storage.policy', { mode => 0644, no_install => 1 } ],
],
remove_files => [
(map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)),