NetBSD/usr.sbin/installboot
dsl 486d411937 Add a -f (force) parameter to installboot(8).
If specified then checks on the disks BPB are not done, and any existing BPB
is deleted.
This is needed soince newfs(8) doesn't overwrite the BPB - which is basically
the FAT superblock.
Update documentation and add an example of using bootxx_fat16.
2007-02-15 22:23:11 +00:00
..
arch Add a -f (force) parameter to installboot(8). 2007-02-15 22:23:11 +00:00
Makefile NetBSD/landisk support. 2006-09-01 21:47:21 +00:00
bbinfo.c Initialize a local variable (bbinfop) to appease -Wuninitialized. 2005-06-07 13:49:31 +00:00
ffs.c In order to avoid warnings (which is converted to error with -Werror) 2006-10-30 07:03:34 +00:00
fstypes.c fix initializers 2006-10-22 21:06:19 +00:00
installboot.8 Add a -f (force) parameter to installboot(8). 2007-02-15 22:23:11 +00:00
installboot.c Add a -f (force) parameter to installboot(8). 2007-02-15 22:23:11 +00:00
installboot.h Add a -f (force) parameter to installboot(8). 2007-02-15 22:23:11 +00:00
machines.c NetBSD/landisk support. 2006-09-01 21:47:21 +00:00
sum.c