Add support for mkinitcpio config

This commit is contained in:
HikariKnight 2023-04-09 22:01:38 +02:00
parent a6fddcd683
commit 45c7dcf7a3
2 changed files with 69 additions and 0 deletions

View file

@ -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++