mirror of
https://github.com/Alee14/alee-boot-utility.git
synced 2025-01-22 10:51:47 -05:00
Root is now the default user again; Archfi is executable
This commit is contained in:
parent
ffb8b11dee
commit
48e95ddffe
4 changed files with 5 additions and 3 deletions
1
airootfs/etc/X11/xinit/xinitrc
Normal file
1
airootfs/etc/X11/xinit/xinitrc
Normal file
|
@ -0,0 +1 @@
|
|||
exec startxfce4
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin alee --noclear %I 38400 linux
|
||||
ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue