Use grub binaries and libs from rootfs (#760)

This commit is contained in:
Itxaka
2025-04-25 10:43:21 +02:00
committed by GitHub
parent 5d5a52930f
commit d0f0710c78
12 changed files with 220 additions and 45 deletions

View File

@@ -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 {