mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-12 12:36:56 +00:00
Use grub binaries and libs from rootfs (#760)
This commit is contained in:
@@ -694,7 +694,7 @@ var _ = Describe("Bootentries tests", Label("bootentry"), func() {
|
||||
err = SelectBootEntry(config, "kairos")
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(memLog.String()).To(ContainSubstring("Default boot entry set to kairos"))
|
||||
variables, err := utils.ReadPersistentVariables("/oem/grubenv", fs)
|
||||
variables, err := utils.ReadPersistentVariables("/oem/grubenv", config)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(variables["next_entry"]).To(Equal("kairos"))
|
||||
})
|
||||
|
Reference in New Issue
Block a user