From da6b8cd37e89b2d0c11887788af0cf77e2223588 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 30 May 2020 12:18:11 -0400 Subject: use new fsmgr capabilities to build samiztest.btrfs --- fsmgr | 2 +- rootfs/Makefile | 2 +- rootfs/samiztest.yaml | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 rootfs/samiztest.yaml diff --git a/fsmgr b/fsmgr index a8cfddc..3267d4e 160000 --- a/fsmgr +++ b/fsmgr @@ -1 +1 @@ -Subproject commit a8cfddcb6c144b12803e1a33d1f1d3562395f5d1 +Subproject commit 3267d4e1180a4c65026e759bf267c905aa221ad5 diff --git a/rootfs/Makefile b/rootfs/Makefile index 1dbbc9c..6696c14 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile @@ -6,7 +6,7 @@ endif sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) -rootfs = samizdat +rootfs = samiztest all: $(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 @@ +parent: samizdat +binaries: +- '../patchroot.sh' +seedme: 600000000 +apt-update: true + +chroot-commands: +- "/usr/local/bin/patchroot.sh" + -- cgit v1.2.3