From 461ee2c0ab97b1073bfd55896d70302ce17bb323 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 7 May 2020 18:35:51 -0400 Subject: run xorriso incrementally The ISO image '/rootfs/samizdat.iso' will be created holding just the file 'rootfs/samizdat.btrfs'. A copy-on-write link named either ./samizdat.iso is made of the first stage ISO image. This is then modified by xorriso to create a stage2 ISO that also holds the user's keys and the bootloader. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 384a284..697ef25 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ stack.yaml.lock samizdat.iso TEST_CHILD.*.log krng-add-entropy +reused-child -- cgit v1.2.3