Merge "Fix bootloader element on ppc"

This commit is contained in:
Jenkins 2016-12-19 04:55:05 +00:00 committed by Gerrit Code Review
commit e0a2163157
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function install_grub2 {
if [ -f "/tmp/grub/install" ] ; then
source /tmp/grub/install
elif [[ "$ARCH" =~ "ppc" ]]; then
install-packages -m bootloader grub-ieee1275
install-packages grub-ieee1275
else
install-packages -m bootloader grub-pc
fi