diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-01-30 22:11:46 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-01-30 22:11:46 +0000 |
| commit | 14df4fc03fddb69357843d65be0fada41565ecc4 (patch) | |
| tree | c309ee5e6668a2b17665cdc35beeca1eaf829814 | |
| parent | 61827fde232c4c913e4ba15afdaf59c990fa8de4 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 21 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 82f3683bd507..0238171e1ec4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -120,6 +120,17 @@ <sect3> <title>Bootloader Changes</title> + <para arch="alpha">The alpha boot loader + (<filename>boot1</filename>) can now be called + <filename>boot</filename> for consistency with other + platforms.</para> + + <para arch="i386">The two parts of the i386 boot loader + (<filename>boot1</filename> and <filename>boot2</filename>) + have been combined into a single <filename>boot</filename> + file, to simplify programs that need to write or otherwise + manipulate the boot loader.</para> + <para arch="pc98">The PC98 bootloader now has support for booting from SCSI MO media. &merged;</para> @@ -183,6 +194,16 @@ <sect2 id="userland"> <title>Userland Changes</title> + <para>The <option>-N</option> and <option>-W</option> flags to + &man.disklabel.8; have been retired.</para> + + <para>&man.disklabel.8; is now only built for architectures where + it is useful (i386, pc98, alpha, and ia64).</para> + + <para>The <option>-s</option> to &man.disklabel.8; has been + removed because the i386 boot loader now resides in a single + file.</para> + <para>&man.dump.8; now supports caching of disk blocks with the <option>-C</option> option. This can improve dump performance at the cost of possibly missing filesystem updates that occur diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 82f3683bd507..0238171e1ec4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -120,6 +120,17 @@ <sect3> <title>Bootloader Changes</title> + <para arch="alpha">The alpha boot loader + (<filename>boot1</filename>) can now be called + <filename>boot</filename> for consistency with other + platforms.</para> + + <para arch="i386">The two parts of the i386 boot loader + (<filename>boot1</filename> and <filename>boot2</filename>) + have been combined into a single <filename>boot</filename> + file, to simplify programs that need to write or otherwise + manipulate the boot loader.</para> + <para arch="pc98">The PC98 bootloader now has support for booting from SCSI MO media. &merged;</para> @@ -183,6 +194,16 @@ <sect2 id="userland"> <title>Userland Changes</title> + <para>The <option>-N</option> and <option>-W</option> flags to + &man.disklabel.8; have been retired.</para> + + <para>&man.disklabel.8; is now only built for architectures where + it is useful (i386, pc98, alpha, and ia64).</para> + + <para>The <option>-s</option> to &man.disklabel.8; has been + removed because the i386 boot loader now resides in a single + file.</para> + <para>&man.dump.8; now supports caching of disk blocks with the <option>-C</option> option. This can improve dump performance at the cost of possibly missing filesystem updates that occur |
