summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2012-07-06 15:56:29 +0200
committerJuan RP <xtraeme@gmail.com>2012-07-06 15:56:29 +0200
commitffda98791c369cf62c6b26051e39097e0689ed75 (patch)
tree6d650c26ba03a14c6946db190473f7330e95d6ab /mklive.sh.in
parent08418a0762da8469005a1d58235221818fee3204 (diff)
downloadhrmpf-ffda98791c369cf62c6b26051e39097e0689ed75.tar.gz
hrmpf-ffda98791c369cf62c6b26051e39097e0689ed75.tar.xz
hrmpf-ffda98791c369cf62c6b26051e39097e0689ed75.zip
mklive.sh.in: add grub-x86_64-efi to local repo.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 5320cb8..b407d5f 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -323,9 +323,9 @@ repositories = {
 _EOF
 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.
-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}
 while [ $# -ne 0 ]; do
 	pkgn=$1; action=$2; ver=$3; repo=$4; binpkg=$5; arch=$6