Skip to content

Commit 02a0f48

Browse files
committedOct 30, 2023
Add regexp module to grub
Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 9edc1ee commit 02a0f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ func GetGrubFonts() []string {
154154

155155
// GetGrubModules returns the default module files for grub
156156
func GetGrubModules() []string {
157-
return []string{"loopback.mod", "squash4.mod", "xzio.mod", "gzio.mod"}
157+
return []string{"loopback.mod", "squash4.mod", "xzio.mod", "gzio.mod", "regexp.mod"}
158158
}

0 commit comments

Comments
 (0)
Please sign in to comment.