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:
parent
74e1dea1f7
commit
638d5b834d
2 changed files with 2 additions and 0 deletions
|
|
@ -1014,6 +1014,7 @@
|
|||
"label": "root"
|
||||
},
|
||||
"kernel_opts": [
|
||||
"rw",
|
||||
"console=tty0",
|
||||
"console=ttyS0",
|
||||
"systemd.log_target=console",
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
"label": "root"
|
||||
},
|
||||
"kernel_opts": [
|
||||
"rw",
|
||||
"console=tty0",
|
||||
"console=ttyS0",
|
||||
"systemd.log_target=console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue