diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-06 00:50:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-06 00:50:50 -0400 |
| commit | 3f8ebebf8a497249f20f95a5759b2eadd3ef946f (patch) | |
| tree | 5c0508f506c815969ff6e2f90ac0f361aeb0b430 /airootfs | |
| parent | 40233662d7cfffebf39e34a33dacef6ce017473f (diff) | |
| download | alee-boot-utility-3f8ebebf8a497249f20f95a5759b2eadd3ef946f.tar.gz alee-boot-utility-3f8ebebf8a497249f20f95a5759b2eadd3ef946f.tar.bz2 alee-boot-utility-3f8ebebf8a497249f20f95a5759b2eadd3ef946f.zip | |
Remove more Arch references; Added a user; Changed MOTD
Diffstat (limited to 'airootfs')
| -rw-r--r-- | airootfs/etc/hostname | 2 | ||||
| -rw-r--r-- | airootfs/etc/motd | 3 | ||||
| -rw-r--r-- | airootfs/etc/passwd | 1 | ||||
| -rw-r--r-- | airootfs/etc/shadow | 1 |
4 files changed, 6 insertions, 1 deletions
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 [38;2;23;147;209mArch Linux[0m 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 [35mInstallation_guide[0m. +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.:::::: |
