mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-05-10 17:36:18 +00:00
Add regexp module to grub
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
9edc1eef6a
commit
02a0f48219
@ -154,5 +154,5 @@ func GetGrubFonts() []string {
|
||||
|
||||
// GetGrubModules returns the default module files for grub
|
||||
func GetGrubModules() []string {
|
||||
return []string{"loopback.mod", "squash4.mod", "xzio.mod", "gzio.mod"}
|
||||
return []string{"loopback.mod", "squash4.mod", "xzio.mod", "gzio.mod", "regexp.mod"}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user