|
No grub.conf be created when group Core installed in kickstart
I need to update grub.conf in my RPM: restore. Here is the code in kickstart:
...
%packages
@ Core
@ Restore
...
After Core installed, there is no grub.conf file, and in %post section, I can find the grub.conf be created. Why?
|