--- wikisrc/guide/inst-media.mdwn 2013/03/11 21:46:50 1.1 +++ wikisrc/guide/inst-media.mdwn 2015/06/19 19:18:31 1.3 @@ -1,3 +1,7 @@ +**Contents** + +[[!toc levels=3]] + # Building NetBSD installation media ## Creating custom install or boot floppies for your architecture e.g. i386 @@ -22,9 +26,9 @@ pseudo device enabled (this is the defau 2. The next step is to create the ramdisk that gets embedded into the kernel. The ramdisk contains a filesystem with whatever tools are needed, usually - [init(8)](http://netbsd.gw.com/cgi-bin/man-cgi?init+8+NetBSD-5.0.1+i386) and + [[!template id=man name="init" section="8"]] and some tools like sysinst, - [ls(1)](http://netbsd.gw.com/cgi-bin/man-cgi?ls+1+NetBSD-5.0.1+i386), etc. + [[!template id=man name="ls" section="1"]], etc. To create the standard ramdisk, run `make` in the `src/distrib/i386/ramdisks/ramdisk-big` directory (for NetBSD 3.x: `src/distrib/i386/floppies/ramdisk-big`). @@ -55,7 +59,7 @@ pseudo device enabled (this is the defau Creating custom install or boot CDs is easy with `build.sh`. The NetBSD base system includes the -[makefs(8)](http://netbsd.gw.com/cgi-bin/man-cgi?makefs+8+NetBSD-current) +[[!template id=man name="makefs" section="8"]] tool for creating filesystems. This tool is used to create iso-images. Creating iso-images includes these tasks: