diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-07 00:24:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-07 00:24:52 -0400 |
| commit | 48e95ddffe17a67997b32a20e72129d5bb738f62 (patch) | |
| tree | 6c5a9474aed1988b3882fc34b1c265da0b4ccd78 /airootfs/etc | |
| parent | ffb8b11dee7e01a2be81267b1f46689f2717b278 (diff) | |
| download | alee-boot-utility-master.tar.gz alee-boot-utility-master.tar.bz2 alee-boot-utility-master.zip | |
Diffstat (limited to 'airootfs/etc')
| -rw-r--r-- | airootfs/etc/X11/xinit/xinitrc | 1 | ||||
| -rw-r--r-- | airootfs/etc/passwd | 2 | ||||
| -rw-r--r-- | airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/airootfs/etc/X11/xinit/xinitrc b/airootfs/etc/X11/xinit/xinitrc new file mode 100644 index 0000000..ff8a1e5 --- /dev/null +++ b/airootfs/etc/X11/xinit/xinitrc @@ -0,0 +1 @@ +exec startxfce4 diff --git a/airootfs/etc/passwd b/airootfs/etc/passwd index ebdfb20..b41cba2 100644 --- a/airootfs/etc/passwd +++ b/airootfs/etc/passwd @@ -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 diff --git a/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf index 112a327..d1d8474 100644 --- a/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ b/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin alee --noclear %I 38400 linux +ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux |
