summaryrefslogtreecommitdiff
path: root/install_host.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_host.sh')
-rwxr-xr-xinstall_host.sh3
1 files changed, 3 insertions, 0 deletions
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 <<EOF