summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-19 10:41:41 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-19 12:13:38 +0000
commit399ae5da1438e59fa0685a4688330a2ca503fa51 (patch)
treed88e67c20241f56c3cee691ddccc1cd9c52de62b /run-bootstrap-in-chroot
parentcfe5114a6006f140cd75684ce0179e4b615dfdeb (diff)
downloadmorph-399ae5da1438e59fa0685a4688330a2ca503fa51.tar.gz
add missing tools to the squeeze chroot so a system image can be built
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 34250beb..c8fad487 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -17,7 +17,7 @@ mkdir "$dir"
debootstrap \
--include=build-essential,\
gawk,bison,python,autoconf,autopoint,automake,gettext,libtool,\
-help2man,texinfo,sudo \
+help2man,texinfo,sudo,qemu-utils,parted,kpartx,mbr,extlinux \
squeeze "$dir" "$mirror"
hostname > "$dir/etc/hostname"