mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-13 05:01:20 +00:00
Use grub binaries and libs from rootfs (#760)
This commit is contained in:
@@ -130,7 +130,8 @@ var _ = Describe("Reset action tests", func() {
|
||||
ghwTest.AddDisk(mainDisk)
|
||||
ghwTest.CreateDevices()
|
||||
|
||||
fs.Create(constants.EfiDevice)
|
||||
Expect(fsutils.MkdirAll(fs, constants.EfiDevice, constants.DirPerm)).ToNot(HaveOccurred())
|
||||
|
||||
bootedFrom = constants.SystemLabel
|
||||
runner.SideEffect = func(cmd string, args ...string) ([]byte, error) {
|
||||
if cmd == cmdFail {
|
||||
|
Reference in New Issue
Block a user