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
1 file
+ 34
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,40 @@
architecture: {{ $architecture }}
actions:
- action: image-partition
imagename: {{ $image }}.img
{{ if eq $type "minimal" }}
imagesize: 4G
{{end}}
{{ if eq $type "target" "development" }}
imagesize: 15G
{{end}}
partitiontype: gpt
gpt_gap: {{ sector 6144 }}b
mountpoints:
- mountpoint: /
partition: system
- mountpoint: /boot
partition: boot
- mountpoint: /home
partition: general_storage
partitions:
- name: boot
fs: ext2
start: 6176s
end: 1024M
flags: [ boot ]
- name: system
fs: ext4
start: 1024M
end: 3000M
- name: general_storage
fs: btrfs
start: 3000M
end: 100%
- action: ostree-deploy
description: Deploying ostree onto image
repository: {{ $ostree }}
Loading