From efb4e7575e0915c558286e96409b96edf3eef987 Mon Sep 17 00:00:00 2001 From: Googulator Date: Mon, 13 Nov 2023 11:01:19 +0100 Subject: [PATCH] Fix sysa_saved.tar.bz2 not getting copied to final system --- sysb/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sysb/run.sh b/sysb/run.sh index 2ad2277d..c9a39355 100755 --- a/sysb/run.sh +++ b/sysb/run.sh @@ -89,6 +89,7 @@ mount -t ext4 "/dev/${DISK}" /sysc echo "Copying data into sysc" sys_transfer "${SYSC}" /sysc_src gzip patch cp -r /sysa.tar.bz2 /sysc/sysa.tar.bz2 +cp -r /sysc_src/sysa_saved.tar.bz2 /sysc/sysa_saved.tar.bz2 sync # switch_root into sysc 1. for simplicity 2. to avoid kexecing again