From 3f8ebebf8a497249f20f95a5759b2eadd3ef946f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Nov 2021 00:50:50 -0400 Subject: Remove more Arch references; Added a user; Changed MOTD --- airootfs/etc/hostname | 2 +- airootfs/etc/motd | 3 +++ airootfs/etc/passwd | 1 + airootfs/etc/shadow | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) (limited to 'airootfs') diff --git a/airootfs/etc/hostname b/airootfs/etc/hostname index 2dbe21e..791c59a 100644 --- a/airootfs/etc/hostname +++ b/airootfs/etc/hostname @@ -1 +1 @@ -archiso +aleebootutility diff --git a/airootfs/etc/motd b/airootfs/etc/motd index 1ddc9c3..1cb73a6 100644 --- a/airootfs/etc/motd +++ b/airootfs/etc/motd @@ -1,3 +1,5 @@ +Welcome to Alee Boot Utility! + To install Arch Linux follow the installation guide: https://wiki.archlinux.org/title/Installation_guide @@ -8,3 +10,4 @@ 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 start the X session, type "startx" diff --git a/airootfs/etc/passwd b/airootfs/etc/passwd index 2807d5d..ebdfb20 100644 --- a/airootfs/etc/passwd +++ b/airootfs/etc/passwd @@ -1 +1,2 @@ root:x:0:0:root:/root:/usr/bin/zsh +alee:x:1000:1000::/home/alee:/usr/bin/bash diff --git a/airootfs/etc/shadow b/airootfs/etc/shadow index 7edfd69..4e125c8 100644 --- a/airootfs/etc/shadow +++ b/airootfs/etc/shadow @@ -1 +1,2 @@ root::14871:::::: +alee:$6$s3iw4qTisKvp/SHH$6dDiAYN.lMF6PvQXQJcNdstgwHGOZjttzRxEVAXTt5deNXh66qeZgaPdUDlG/SDPdcQG1i4l7tmaA01a4sKi0.:::::: -- cgit v1.2.3