mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
another try, this time w/o make
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -24,9 +24,11 @@ jobs:
|
|||||||
sysctl hw.ncpu
|
sysctl hw.ncpu
|
||||||
sysctl hw.physmem
|
sysctl hw.physmem
|
||||||
sysctl hw.usermem
|
sysctl hw.usermem
|
||||||
|
ls -la
|
||||||
ifconfig em0 172.16.0.1/32 alias
|
ifconfig em0 172.16.0.1/32 alias
|
||||||
make
|
ifconfig -a
|
||||||
yes | make install
|
cp src/jaildk.sh jaildk
|
||||||
|
sh jaildk setup /jail
|
||||||
cp .github/assets/jail.conf /etc/
|
cp .github/assets/jail.conf /etc/
|
||||||
/jail/bin/jaildk create test
|
/jail/bin/jaildk create test
|
||||||
ls -ld /jail/etc/test
|
ls -ld /jail/etc/test
|
||||||
|
|||||||
Reference in New Issue
Block a user