reduced dependencies in target image to grub-common (instead than grub-pc)
This commit is contained in:
parent
7a9cf9688a
commit
87b5bebffb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue