Change wording for manually applying grub2 changes
This commit is contained in:
parent
475543840e
commit
c568accadf
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ func installPassthrough(config *configs.Config) {
|
||||||
|
|
||||||
} else if config.Bootloader == "grub2" {
|
} else if config.Bootloader == "grub2" {
|
||||||
// Write to logger
|
// Write to logger
|
||||||
logger.Printf("Configuring grub2 manually")
|
logger.Printf("Applying grub2 changes")
|
||||||
grub_output, _ := configs.Set_Grub2()
|
grub_output, _ := configs.Set_Grub2()
|
||||||
fmt.Printf("%s\n", strings.Join(grub_output, "\n"))
|
fmt.Printf("%s\n", strings.Join(grub_output, "\n"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue