summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-06-28 02:07:24 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-07-09 15:14:49 -0300
commitd7ab3646f34e3cbabef7c7a71108c9c3d331fbcb (patch)
tree891ecec40710314568645103a742a20dff31e459
parent8fa4f8dedf725ba629164b0a3092ed784cbe821f (diff)
[archiso] Document needed pkgs required to build
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 487905d..76859ab 100644
--- a/README
+++ b/README
@@ -7,6 +7,7 @@ INDEX
* hooks/archiso_loop_mnt
* Boot parameters (only for configs/releng)
* etc/rc.conf
+* Build requirements
* Image types generated by mkarchiso.
* File format for aitab.
* Why the /isolinux and /arch/boot/syslinux directories?
@@ -87,6 +88,25 @@ if nothing is specified on command line.
+*** Build requirements
+
+** For mkarchiso script needs these packages (build host):
+ + devtools for mkarchroot
+ + squashfs-tools for mksquashfs
+ + syslinux for isohybrid
+ + cdrkit for mkisofs
+
+** For these hooks needs these packages (on target root-image)
+* archiso
+ + (none)
+* archiso_loop_mnt
+ + (none)
+* archiso_pxe_nbd
+ + mkinitcpio-nfs-utils for ipconfig
+ + nbd for nbd-client
+
+
+
*** Image types generated by mkarchiso.
* image-name.sfs SquashFS image with all files directly on it.