Skip to content

Commit

Permalink
Merge pull request #5363 from cgwalters/write-uuid
Browse files Browse the repository at this point in the history
bootupd: Use --write-uuid
  • Loading branch information
poncovka authored Dec 15, 2023
2 parents 4a9948b + 7b091de commit 7bf5994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def _install_bootupd(self):
"backend",
"install",
"--auto",
"--with-static-configs",
"--write-uuid",
"--device",
dev_data.path,
"/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def test_bootupd_run(self, devdata_mock, storage_mock, symlink_mock, rename_mock
exec_mock.assert_has_calls([
call(
"bootupctl",
["backend", "install", "--auto", "--with-static-configs", "--device",
["backend", "install", "--auto", "--write-uuid", "--device",
"/dev/btldr-drv", "/"],
root=sysroot
),
Expand Down

0 comments on commit 7bf5994

Please sign in to comment.