Root is now the default user again; Archfi is executable

This commit is contained in:
Andrew Lee 2021-11-07 00:24:52 -04:00
parent ffb8b11dee
commit 48e95ddffe
Signed by: andrew
GPG key ID: 4DCE67C47836D125
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1 @@
exec startxfce4

View file

@ -1,2 +1,2 @@
root:x:0:0:root:/root:/usr/bin/zsh
alee:x:1000:1000::/home/alee:/usr/bin/bash
alee:x:1000:1000::/home/alee:/bin/bash

View file

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin alee --noclear %I 38400 linux
ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux

View file

@ -6,7 +6,7 @@ iso_label="ALEEBOOTUTILITY_$(date +%Y%m%d)"
iso_publisher="Andrew Lee <https://alee14.me>"
iso_application="Alee's Boot Utility"
iso_version="$(date +%Y.%m.%d-%H.%M.%S)"
install_dir="arch"
install_dir="abu"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
@ -18,6 +18,7 @@ file_permissions=(
["/etc/gshadow"]="0:0:0400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/usr/bin/archfi"]="0:0:755"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755"