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 Show latest version
3 files
+ 14
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
6
@@ -69,21 +69,17 @@ actions:
- action: filesystem-deploy
description: Deploying ospack onto image
append-kernel-cmdline: {{ $cmdline }}
- action: apt
packages:
- gummiboot
- systemd-boot
- action: run
description: Install UEFI bootloader
chroot: true
command: bootctl --path=/boot/efi install
- action: run
description: Add kernel parameters
chroot: true
command: sed -i -e 's%GUMMIBOOT_OPTIONS=.*%GUMMIBOOT_OPTIONS="{{ $cmdline }}"%' /etc/default/gummiboot
- action: apt
description: Kernel and system packages for {{$architecture}}
packages:
Loading