From 4ea61c571507155f41764721be8ef2275328303a Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 1 Jan 2025 04:42:06 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20point=20to=20whoami=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archiso/airootfs/etc/group | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 archiso/airootfs/etc/group diff --git a/archiso/airootfs/etc/group b/archiso/airootfs/etc/group new file mode 100644 index 0000000..b880bab --- /dev/null +++ b/archiso/airootfs/etc/group @@ -0,0 +1,16 @@ +root:x:0:root +sys:x:3:bin,whoami +network:x:90:whoami +power:x:98:whoami +adm:x:999:whoami +wheel:x:998:whoami +uucp:x:987:whoami +optical:x:990:whoami +rfkill:x:983:whoami +video:x:986:whoami +storage:x:988:whoami +audio:x:995:whoami +users:x:985:whoami +nopasswdlogin:x:966:whoami +autologin:x:967:whoami +whoami:x:1000: \ No newline at end of file