mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
Bring more sysa artifacts over into sysc (including the Linux kernel)
This commit is contained in:
parent
5bd1bad62e
commit
0bd2089010
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue