added i3 config + grub + xterm

This commit is contained in:
Erik Dubois 2021-01-26 15:16:50 +01:00
parent 1c196743f0
commit 6157106a86
5 changed files with 1057 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Arch Linux Calamares Installer or ALCI
Start building your own carli version with
Start building your own ALCI version with
sudo ./build.sh -v

View file

@ -0,0 +1,9 @@
/* Allow members of the wheel group to execute any actions
* without password authentication, similar to "sudo NOPASSWD:"
*/
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});

File diff suppressed because it is too large Load diff

View file

@ -32,8 +32,8 @@ systemctl enable sddm.service
pacman-key --init
pacman-key --populate archlinux
groupscarli="adm,audio,disk,floppy,log,network,optical,rfkill,storage,video,wheel,sys"
useradd -m -g users -G $groupscarli -s /bin/bash liveuser
groupsalci="adm,audio,disk,floppy,log,network,optical,rfkill,storage,video,wheel,sys"
useradd -m -g users -G $groupsalci -s /bin/bash liveuser
passwd -d liveuser
#set permissions

View file

@ -112,4 +112,7 @@ i3-gaps
#Calamares
calamares
alci-calamares-config
alci-calamares-config
grub
xterm