Skip to content
Snippets Groups Projects

Generate ostree static delta for rollback test

Merged Frédéric Dalleau requested to merge wip/fredo/T5682 into apertis/v2019dev0
All threads resolved!
Compare and
3 files
+ 105
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,3 +25,7 @@ cd -
## move the deployment to the sysroot
mount --move $sysroot$ostree $sysroot
## after these the init system should start the switch root process
## Mark the system is ostree-booted
# Do not fail here if /run is not available or not mounted
touch /run/ostree-booted || true
Loading