upgrades-migrations / preupgrade-assistant-modules

Modules for the Preupgrade Assistant tool. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v3.0
3 stars 11 forks source link

postupgrade.sh looks for grub.conf on ppc64 #87

Closed AloisMahdal closed 6 years ago

AloisMahdal commented 6 years ago

With preupgrade-assistant-el6toel7-0.7.3-0.201805031451Z.PR78.el6_8.noarch, this can be seen when upgrading on ppc64:

...
[ 9228.421009] upgrade-post[7660]: Running /root/preupgrade/postupgrade.d/grubby_workaround/postupgrade.sh... 
[ 9228.463151] upgrade-post[7660]: ./postupgrade.sh: line 42: /boot/grub/grub.conf: No such file or directory 
...

It should not be because grub.conf is not supposed to be consulted at all on ppc64.