Browse Source

added i3 config + grub + xterm

master
Erik Dubois 4 years ago
parent
commit
6157106a86
  1. 2
      README.md
  2. 9
      airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules
  3. 1041
      airootfs/etc/skel/.config/i3/config
  4. 4
      airootfs/root/customize_airootfs.sh
  5. 3
      packages.x86_64

2
README.md

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

9
airootfs/etc/polkit-1/rules.d/49-nopasswd_global.rules

@ -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;
}
});

1041
airootfs/etc/skel/.config/i3/config

File diff suppressed because it is too large Load Diff

4
airootfs/root/customize_airootfs.sh

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

3
packages.x86_64

@ -113,3 +113,6 @@ i3-gaps
#Calamares #Calamares
calamares calamares
alci-calamares-config alci-calamares-config
grub
xterm

Loading…
Cancel
Save