From 915627bdc31d555cd6edbcffc1119cc5778035d3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Nov 2021 10:27:35 -0400 Subject: License; MOTD change; NetworkManager; Autologin to live user --- airootfs/etc/motd | 3 +++ airootfs/etc/skel/test.txt | 1 + airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 airootfs/etc/skel/test.txt (limited to 'airootfs') diff --git a/airootfs/etc/motd b/airootfs/etc/motd index 1cb73a6..f1dec36 100644 --- a/airootfs/etc/motd +++ b/airootfs/etc/motd @@ -10,4 +10,7 @@ Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. After connecting to the internet, the installation guide can be accessed via the convenience script Installation_guide. +If you want to change the live install size, run this command: +mount -o remount,size=[number]G /run/archiso/cowspace + If you want to start the X session, type "startx" diff --git a/airootfs/etc/skel/test.txt b/airootfs/etc/skel/test.txt new file mode 100644 index 0000000..82348bb --- /dev/null +++ b/airootfs/etc/skel/test.txt @@ -0,0 +1 @@ +If you are reading this, it means that this file has been copied successfully 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 d1d8474..112a327 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 root --noclear %I 38400 linux +ExecStart=-/sbin/agetty --autologin alee --noclear %I 38400 linux -- cgit v1.2.3