Bring more sysa artifacts over into sysc (including the Linux kernel)

This commit is contained in:
Googulator 2023-11-13 10:24:30 +01:00
parent 5bd1bad62e
commit 0bd2089010
2 changed files with 7 additions and 0 deletions

View file

@ -88,6 +88,7 @@ mount -t ext4 "/dev/${DISK}" /sysc
# Copy over appropriate data
echo "Copying data into sysc"
sys_transfer "${SYSC}" /sysc_src gzip patch
cp -r /sysa.tar.bz2 /sysc/sysa.tar.bz2
sync
# switch_root into sysc 1. for simplicity 2. to avoid kexecing again