linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 8b6a24690734d9a6f1f9e2b05f27da095c4b3080 parent 493a30e9f2a9cc63325dd5c0b324ad98acf86ab0 Author: Jul <jul@9o.is> Date: Fri, 22 Aug 2025 17:34:40 +0800 set -u in script/chroot Diffstat:
| M | script/chroot | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/chroot b/script/chroot @@ -1,5 +1,5 @@ #!/bin/sh -set -e +set -eu if [ "$#" != 2 ] ; then echo 'usage: chroot template prog' >&2