Annotation of wikisrc/tutorials/easy_embedded_development.mdwn, revision 1.1
1.1 ! mspo 1: # getting started appliance-building in one hour or less
! 2:
! 3: ## mkimage
! 4: `src/distrib/utils/embedded`
! 5:
! 6: ## conf
! 7: `src/distrib/utils/embedded/conf`
! 8: `$arch.conf`
! 9: `Usage: mkimage -h <host-arch> [-bmx] [-K <kerneldir>] [-S <srcdir>] [-D <destdir>] [-c <custom-files-dir>] [-s <Mb size>] [<image>]`
! 10:
! 11: -b Boot only, no sets loaded
! 12: -d Add the debug sets
! 13: -m Mimimize disk writes for sd cards
! 14: -x Load the x sets too, not just the base ones
! 15:
! 16: ## example
! 17:
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb