From 726968c22c2e5746258a0b7930f4946c7b896fe0 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 6 Oct 2019 18:24:11 -0400 Subject: allow using alternative rootfs image via rootfs= parameter --- rootfs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rootfs') diff --git a/rootfs/Makefile b/rootfs/Makefile index 8ddebcf..9bb30a0 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile @@ -1,5 +1,7 @@ fsmgr := $(shell which fsmgr) sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) +rootfs = samizdat + all: - $(sudo) $(fsmgr) build samizdat + $(sudo) $(fsmgr) build $(rootfs) -- cgit v1.2.3