remove grub.cfg

This commit is contained in:
Tobias Powalowski 2019-03-16 11:23:41 +01:00
parent 4e1b6a1d3f
commit 446126fb30

View file

@ -15,8 +15,6 @@ build ()
for i in $appfiles; do
add_file "$i"
done
## add grub(2) config file
add_file "/boot/grub/grub.cfg"
## add grub-mkconfig helper scripts
add_file "/usr/share/grub/grub-mkconfig_lib"