Skip to content

Commit

Permalink
[build_debian]: Install grub-common in the base image (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored Oct 6, 2017
1 parent bea7476 commit b07886e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
kexec-tools \
less \
unzip \
gdisk
gdisk \
grub2-common

sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y download \
grub-pc-bin
Expand Down

0 comments on commit b07886e

Please sign in to comment.