Commit 78a660ae authored by Michael Shigorin's avatar Michael Shigorin

live-builder: added qemu-user-binfmt_misc

This provides the means to cross-build at least ARM chroots, there are known problems with PowerPC for me so far: http://lists.altlinux.org/pipermail/devel/2012-July/194855.html See also http://www.altlinux.org/Ports/arm/chroot for /proc magic.
parent d8f64c0c
......@@ -24,6 +24,7 @@ distro/live-builder: distro/.live-base use/dev/mkimage use/dev/repo \
use/syslinux/timeout/30
@$(call set,KFLAVOURS,$(BIGRAM))
@$(call add,LIVE_LISTS,$(call tags,base && (server || builder)))
@$(call add,LIVE_PACKAGES,qemu-user-binfmt_misc)
@$(call add,LIVE_PACKAGES,zsh sudo)
@$(call add,LIVE_PACKAGES,$(pkgs))
@$(call add,MAIN_PACKAGES,$(pkgs))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment