summaryrefslogtreecommitdiff
path: root/install_host.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 20:28:28 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 20:28:28 +0100
commit140666b0971089ef34fb910313d0e42811dc0603 (patch)
tree363f6de6e90d38696f38d6e3f1713728e2d3effb /install_host.sh
parenteb88a96cb0beb781d1b773aae1ffb2bd6dd6da50 (diff)
downloadbootstrap32-140666b0971089ef34fb910313d0e42811dc0603.tar.xz
added the qemu-img build script
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