Add support for mkinitcpio config
This commit is contained in:
parent
a6fddcd683
commit
45c7dcf7a3
2 changed files with 69 additions and 0 deletions
|
@ -103,6 +103,11 @@ func (m *model) processSelection() bool {
|
|||
configs.Set_Dracut()
|
||||
}
|
||||
|
||||
// If we have a mkinitcpio.conf file
|
||||
if fileio.FileExist(config.Path.MKINITCPIO) {
|
||||
configs.Set_Mkinitcpio()
|
||||
}
|
||||
|
||||
// Go to the next view
|
||||
//m.focused++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue