test/data: add 'rw' kernel flag to ostree image

A recent commit (8a7b6d3) fixed the ostree config stage and thus
we actually properly set the readonly flag for the deployment.
This broke the image since we did not specify the `rw` kernel flag
and as a consequence the ostree mounting code in the initrd broke.
This commit is contained in:
Christian Kellner 2022-11-16 15:12:01 +01:00 committed by David Rheinsberg
parent 74e1dea1f7
commit 638d5b834d
2 changed files with 2 additions and 0 deletions

View file

@ -1014,6 +1014,7 @@
"label": "root"
},
"kernel_opts": [
"rw",
"console=tty0",
"console=ttyS0",
"systemd.log_target=console",

View file

@ -128,6 +128,7 @@
"label": "root"
},
"kernel_opts": [
"rw",
"console=tty0",
"console=ttyS0",
"systemd.log_target=console",