From 48e95ddffe17a67997b32a20e72129d5bb738f62 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 7 Nov 2021 00:24:52 -0400 Subject: Root is now the default user again; Archfi is executable --- airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'airootfs/etc/systemd/system/getty@tty1.service.d') 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 -- cgit v1.2.3