linux-qubasis

linux oasis port as a qubes template

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

gen.sh

(195B)


      1 git v1.1
      2 
      3 cflags "
      4 	-std=c99
      5 	-D_POSIX_C_SOURCE=200809L
      6 	-I$dir
      7 	-Wno-unused-parameter
      8 "
      9 
     10 bin sinit sinit.c
     11 libexec shutdown $dir/shutdown.c
     12 man sinit.8
     13 sym bin/init sinit
     14 binfiles $dir/shutdown