add shadow user + plasma gui
This commit is contained in:
parent
e54911d8ea
commit
7497151ae5
6 changed files with 17 additions and 0 deletions
1
airootfs/etc/doas.conf
Normal file
1
airootfs/etc/doas.conf
Normal file
|
@ -0,0 +1 @@
|
|||
permit persist shadow as root
|
|
@ -1 +1,2 @@
|
|||
root:x:0:0:root:/root:/usr/bin/zsh
|
||||
shadow:x:1000:1000::/home/shadow:/usr/bin/zsh
|
||||
|
|
4
airootfs/etc/sddm.conf.d/autologin.conf
Normal file
4
airootfs/etc/sddm.conf.d/autologin.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Autologin]
|
||||
User=shadow
|
||||
Session=plasma
|
||||
Relogin=true
|
|
@ -1 +1,2 @@
|
|||
root::14871::::::
|
||||
shadow:$6$9FVomv49VXkbc6Jq$IvIO18Q4l96j2nYITpRZR.6yXzR.PH1RELT2TuXp.DyZM3rCD9JXpeS/22vrXHM08qd7LY5e80iCYepj8XyXV0:14871::::::
|
||||
|
|
1
airootfs/etc/systemd/system/display-manager.service
Symbolic link
1
airootfs/etc/systemd/system/display-manager.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/sddm.service
|
|
@ -1,6 +1,15 @@
|
|||
# install
|
||||
navos/navinstall
|
||||
|
||||
# gui
|
||||
sddm
|
||||
plasma
|
||||
dolphin
|
||||
konsole
|
||||
|
||||
# misc
|
||||
doas
|
||||
|
||||
# base
|
||||
alsa-utils
|
||||
amd-ucode
|
||||
|
|
Loading…
Add table
Reference in a new issue