Enable DM autologin and make polkit always succeed for USERNAME.

This commit is contained in:
Juan RP
2012-11-22 10:31:46 +01:00
parent f45150594d
commit 6740e801bb
3 changed files with 80 additions and 0 deletions

View File

@ -14,4 +14,6 @@ install() {
inst chmod
inst_hook pre-pivot 01 "$moddir/vmklive-adduser.sh"
inst_hook pre-pivot 02 "$moddir/vmklive-conf.sh"
inst_hook pre-pivot 03 "$moddir/vmklive-polkit.sh"
inst_hook pre-pivot 04 "$moddir/vmklive-display-manager-autologin.sh"
}