diff options
Diffstat (limited to 'airootfs/etc')
| -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.:::::: |
