reduced dependencies in target image to grub-common (instead than grub-pc)

This commit is contained in:
KatolaZ 2016-06-13 01:23:26 +01:00
parent 7a9cf9688a
commit 87b5bebffb
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ _install_bootloader(){
root=$1
install_dev=$2
sudo chroot ${root} apt-get install --assume-yes --no-install-recommends grub-pc
sudo chroot ${root} apt-get install --assume-yes --no-install-recommends grub-common
if [[ ! -d ${root}/boot/grub ]]; then
sudo mkdir ${root}/boot/grub
fi