diff --git a/archiso/airootfs/etc/gshadow b/archiso/airootfs/etc/gshadow index 9c2feaf..6df3b44 100644 --- a/archiso/airootfs/etc/gshadow +++ b/archiso/airootfs/etc/gshadow @@ -1,16 +1,16 @@ root:::root -sys:!!::liveuser -network:!!::liveuser -power:!!::liveuser -adm:!!::liveuser -wheel:!!::liveuser -uucp:!!::liveuser -optical:!!::liveuser -rfkill:!!::liveuser -video:!!::liveuser -storage:!!::liveuser -audio:!!::liveuser -users:!!::liveuser -nopasswdlogin:!::liveuser -autologin:!::liveuser -liveuser:!:: \ No newline at end of file +sys:!!::whoami +network:!!::whoami +power:!!::whoami +adm:!!::whoami +wheel:!!::whoami +uucp:!!::whoami +optical:!!::whoami +rfkill:!!::whoami +video:!!::whoami +storage:!!::whoami +audio:!!::whoami +users:!!::whoami +nopasswdlogin:!::whoami +autologin:!::whoami +whoami:!:: \ No newline at end of file diff --git a/archiso/airootfs/etc/passwd b/archiso/airootfs/etc/passwd index 0917446..91f4339 100644 --- a/archiso/airootfs/etc/passwd +++ b/archiso/airootfs/etc/passwd @@ -1,2 +1,2 @@ root:x:0:0:root:/root:/bin/bash -liveuser:x:1000:1000::/home/liveuser:/bin/bash +whoami:x:1000:1000::/home/whoami:/bin/bash