diff options
Diffstat (limited to 'files/WIP/draklive-install')
-rwxr-xr-x | files/WIP/draklive-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/WIP/draklive-install b/files/WIP/draklive-install index 42ac2f1..c831c5f 100755 --- a/files/WIP/draklive-install +++ b/files/WIP/draklive-install @@ -343,6 +343,8 @@ sub clean_live_system_hds() { sub finish_installation { my ($fstab) = @_; + #- remove the extra permission draklive added + run_program::rooted($::prefix, 'sed', '-i', '/for draklive-install/d', '/etc/pam.d/polkit-1'); sync_logs(); #- cleanly umount here, it will avoid fs journals to be corrupted after a hackish reboot umount_all($fstab); |