From 6578e3c65af7e6f2e20a639f7e3eab4be64f97e3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 29 Oct 2019 13:48:04 -0400 Subject: add make target samizdat.iso --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0b1c61..a1b41fa 100644 --- a/Makefile +++ b/Makefile @@ -124,13 +124,17 @@ fastboot: rootfs reuse_child := $(shell 2>/dev/null read child < reused-child && echo --reuse_child=$$child; true) +samizdat.iso: + sudo initrd.sh + xorriso-usb.sh $(reuse_child) --bootloader --out samizdat.iso + isotest: install - initrd.sh + sudo initrd.sh xorriso-usb.sh $(reuse_child) --bootloader --out samizdat.iso USE_ISO=y SLOW_BOOT=y qemu.sh isotest-nonet: install - initrd.sh + sudo initrd.sh xorriso-usb.sh $(reuse_child) --out samizdat-nonet.iso USE_ISO=y SLOW_BOOT=y NO_NET=y qemu.sh samizdat-nonet.iso -- cgit v1.2.3