linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

commit 55138749c6551de2a009a875ef7d94d04de14bd1
parent 4f5f554c2e948e2e669daff6a092f771126d6f48
Author: Jul <jul@9o.is>
Date:   Tue, 16 Sep 2025 21:56:49 +0800

add users to example template

Diffstat:
Atpl/example/etc/group | 2++
Atpl/example/etc/passwd | 2++
Atpl/example/etc/shadow | 2++
Mtpl/example/gen.sh | 5++++-
4 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/tpl/example/etc/group b/tpl/example/etc/group @@ -0,0 +1,2 @@ +root:x:0:root +user:x:1000:user diff --git a/tpl/example/etc/passwd b/tpl/example/etc/passwd @@ -0,0 +1,2 @@ +root:x:0:0:root:/root:/bin/rc +user:x:1000:1000:user:/home/user:/bin/rc diff --git a/tpl/example/etc/shadow b/tpl/example/etc/shadow @@ -0,0 +1,2 @@ +root:::::::: +user:::::::: diff --git a/tpl/example/gen.sh b/tpl/example/gen.sh @@ -21,9 +21,12 @@ dir /lib/modules sym ../bin /sbin sym ../ /usr +etc fstab etc rc.init 0755 etc rc.shutdown 0755 -etc fstab +etc passwd +etc group +etc shadow 0000 pkg sinit pkg oksh