diff options
author | julian <julian@FreeBSD.org> | 1996-08-09 22:41:57 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-08-09 22:41:57 +0000 |
commit | d585897ef288dc8473909969730e6dba8bdc3b9b (patch) | |
tree | a53f15651b03262275f044afa580395d06dea267 /sbin/nextboot | |
parent | 773f3eb265a5479bee5a4b1b136c34b7157adeb4 (diff) | |
download | FreeBSD-src-d585897ef288dc8473909969730e6dba8bdc3b9b.zip FreeBSD-src-d585897ef288dc8473909969730e6dba8bdc3b9b.tar.gz |
slight man page additions re: deficiencies
Diffstat (limited to 'sbin/nextboot')
-rw-r--r-- | sbin/nextboot/nextboot.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8 index b301fba..1740711 100644 --- a/sbin/nextboot/nextboot.8 +++ b/sbin/nextboot/nextboot.8 @@ -81,6 +81,11 @@ nameblock is only consulted ONCE per boot. .Xr fdisk 8 .Sh BUGS The entire program should be made more user-friendly. +The option of whether to write back or not should be stored on the +disk and not a compile time option. I want to rethink this at some +later stage to make it co-exist with disks that do not have +a fdisk partitioning table (i.e. purely disklabel'd systems) + .Pp Whether to write back or not should be specified at run-time in the nameblock so that the boot blocks need not be altered to get this feature. |