Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Also add the xzio.mod to grub (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka committed Oct 18, 2022
1 parent 42f6bac commit b918db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/grub.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (g Grub) Install(target, rootDir, bootDir, grubConf, tty string, efi bool,
g.config.Logger.Infof("Generating grub files for efi on %s", target)
var foundModules bool
var foundEfi bool
for _, m := range []string{"loopback.mod", "squash4.mod"} {
for _, m := range []string{"loopback.mod", "squash4.mod", "xzio.mod"} {
err = WalkDirFs(g.config.Fs, rootDir, func(path string, d fs.DirEntry, err error) error {
if err != nil {
return err
Expand Down

0 comments on commit b918db3

Please sign in to comment.