From de11dde1ed2ee7892b9e79d404448a965ed0e8dc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 12 Feb 2018 20:58:17 +0100 Subject: added syslinux --- install_host.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install_host.sh') diff --git a/install_host.sh b/install_host.sh index 1a7076e..c2a9c54 100755 --- a/install_host.sh +++ b/install_host.sh @@ -34,6 +34,13 @@ pacman --noconfirm --needed -S syslinux cdrtools # for building a hard disk image pacman --noconfirm --needed -S qemu +# for building syslinux (Intel only) +case $BUILD_CPU in + i*86|x86_64) + pacman --noconfirm --needed -S nasm + ;; +esac + # some packages come from the AUR if test "$(grep -c '\[archlinuxfr\]' /etc/pacman.conf)" = 0; then cat >> /etc/pacman.conf <