mklive.sh.in: add grub-x86_64-efi to local repo.

This commit is contained in:
Juan RP 2012-07-06 15:56:29 +02:00
parent 08418a0762
commit ffda98791c

View File

@ -323,9 +323,9 @@ repositories = {
_EOF _EOF
chmod 644 $ROOTFS/etc/xbps/*.conf || error_out $? chmod 644 $ROOTFS/etc/xbps/*.conf || error_out $?
# Create local repos for base-system and grub packages required by # Create local repos for base-system and grub-x86_64-efi packages required by
# the void-installer pkg. # the void-installer pkg.
pkgs=$($XBPS_BIN_CMD -r /tmp/blah -n install base-system grub) pkgs=$($XBPS_BIN_CMD -r /tmp/blah -n install base-system grub-x86_64-efi)
set -- ${pkgs} set -- ${pkgs}
while [ $# -ne 0 ]; do while [ $# -ne 0 ]; do
pkgn=$1; action=$2; ver=$3; repo=$4; binpkg=$5; arch=$6 pkgn=$1; action=$2; ver=$3; repo=$4; binpkg=$5; arch=$6