From 140666b0971089ef34fb910313d0e42811dc0603 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Feb 2018 20:28:28 +0100 Subject: added the qemu-img build script --- install_host.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install_host.sh') diff --git a/install_host.sh b/install_host.sh index f8cf5f2..1a7076e 100755 --- a/install_host.sh +++ b/install_host.sh @@ -31,6 +31,9 @@ pacman --noconfirm --needed -S flex # for a bootable ISO image pacman --noconfirm --needed -S syslinux cdrtools +# for building a hard disk image +pacman --noconfirm --needed -S qemu + # some packages come from the AUR if test "$(grep -c '\[archlinuxfr\]' /etc/pacman.conf)" = 0; then cat >> /etc/pacman.conf <