--- wikisrc/guide/misc.mdwn 2013/03/21 11:11:21 1.3 +++ wikisrc/guide/misc.mdwn 2015/06/19 19:18:31 1.4 @@ -13,7 +13,7 @@ This chapter collects various topics, in Sysinst, the NetBSD installation program, usually installs the NetBSD boot manager on the hard disk. The boot manager can also be installed or reconfigured at a later time, if needed, with the -[fdisk(8)](http://netbsd.gw.com/cgi-bin/man-cgi?fdisk+8+NetBSD-current) +[[!template id=man name="fdisk" section="8"]] command. For example: # fdisk -B wd0 @@ -35,7 +35,7 @@ known as `fdisk /mbr` from DOS) and then ### installboot There is another tool for installing a bootloader, named -[installboot(8)](http://netbsd.gw.com/cgi-bin/man-cgi?installboot+8+NetBSD-current). +[[!template id=man name="installboot" section="8"]]. Depending on the platform you are using, its usage differs, so you should read the manpage and its extensive *EXAMPLES* section. @@ -64,7 +64,7 @@ NetBSD. On other ports, the whole device I found this tip on a mailing list (I don't remember the author). To output a sound from the speaker (for example at the end of a long script) the -[spkr(4)](http://netbsd.gw.com/cgi-bin/man-cgi?spkr+4+NetBSD-current) +[[!template id=man name="spkr" section="4"]] driver can be used in the kernel config, which is mapped on `/dev/speaker`. For example: @@ -142,7 +142,7 @@ NetBSD. When the SCSI controller has been physically installed in the system and the new hard disk has been connected, it's time to restart the computer and check that the device is correctly detected, using the -[dmesg(8)](http://netbsd.gw.com/cgi-bin/man-cgi?dmesg+8+NetBSD-current) +[[!template id=man name="dmesg" section="8"]] command. This is the sample output for an NCR-875 controller: ncr0 at pci0 dev 15 function 0: ncr 53c875 fast20 wide scsi @@ -159,7 +159,7 @@ kernel that you are using; if necessary, [[Compiling the kernel|guide/kernel]]). Now the partitions can be created using the -[fdisk(8)](http://netbsd.gw.com/cgi-bin/man-cgi?fdisk+8+NetBSD-current) +[[!template id=man name="fdisk" section="8"]] command. First, check the current status of the disk: # fdisk sd0