mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-16 07:23:29 +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
|
// GetGrubModules returns the default module files for grub
|
||||||
func GetGrubModules() []string {
|
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