mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Fix sysa_saved.tar.bz2 not getting copied to final system
This commit is contained in:
parent
ba61cda38b
commit
efb4e7575e
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ mount -t ext4 "/dev/${DISK}" /sysc
|
||||||
echo "Copying data into sysc"
|
echo "Copying data into sysc"
|
||||||
sys_transfer "${SYSC}" /sysc_src gzip patch
|
sys_transfer "${SYSC}" /sysc_src gzip patch
|
||||||
cp -r /sysa.tar.bz2 /sysc/sysa.tar.bz2
|
cp -r /sysa.tar.bz2 /sysc/sysa.tar.bz2
|
||||||
|
cp -r /sysc_src/sysa_saved.tar.bz2 /sysc/sysa_saved.tar.bz2
|
||||||
sync
|
sync
|
||||||
|
|
||||||
# switch_root into sysc 1. for simplicity 2. to avoid kexecing again
|
# switch_root into sysc 1. for simplicity 2. to avoid kexecing again
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue