summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-30 12:18:11 -0400
committerAndrew Cady <d@jerkface.net>2020-05-30 12:23:56 -0400
commitda6b8cd37e89b2d0c11887788af0cf77e2223588 (patch)
tree91c264909c4baa82894e71c4eb447035f15df7a2
parent6473a886034d6fd16ab3327e3bfe8fa9a13eed06 (diff)
use new fsmgr capabilities to build samiztest.btrfs
m---------fsmgr0
-rw-r--r--rootfs/Makefile2
-rw-r--r--rootfs/samiztest.yaml9
3 files changed, 10 insertions, 1 deletions
diff --git a/fsmgr b/fsmgr
Subproject a8cfddcb6c144b12803e1a33d1f1d3562395f5d Subproject 3267d4e1180a4c65026e759bf267c905aa221ad
diff --git a/rootfs/Makefile b/rootfs/Makefile
index 1dbbc9c..6696c14 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -6,7 +6,7 @@ endif
6 6
7sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) 7sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)
8 8
9rootfs = samizdat 9rootfs = samiztest
10 10
11all: 11all:
12 $(sudo) $(fsmgr) build $(rootfs) 12 $(sudo) $(fsmgr) build $(rootfs)
diff --git a/rootfs/samiztest.yaml b/rootfs/samiztest.yaml
new file mode 100644
index 0000000..4fcaa9f
--- /dev/null
+++ b/rootfs/samiztest.yaml
@@ -0,0 +1,9 @@
1parent: samizdat
2binaries:
3- '../patchroot.sh'
4seedme: 600000000
5apt-update: true
6
7chroot-commands:
8- "/usr/local/bin/patchroot.sh"
9