]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (SCO UnixWare): Remove, at Vladimir's request and
authorColin Watson <cjwatson@ubuntu.com>
Wed, 2 Jun 2010 12:11:33 +0000 (13:11 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 2 Jun 2010 12:11:33 +0000 (13:11 +0100)
per the GNU Coding Standards; this is now too obscure to be worth
documenting.
(QNX): Likewise.
(chainloader): Remove cross-reference to `SCO UnixWare'.

ChangeLog
docs/grub.texi

index b0fc068483da19587acf8d09069422bf6ab5809c..61e4ea8ec27a41ca3925360a23003989491e8fe1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-02  Colin Watson  <cjwatson@ubuntu.com>
+
+       * docs/grub.texi (SCO UnixWare): Remove, at Vladimir's request and
+       per the GNU Coding Standards; this is now too obscure to be worth
+       documenting.
+       (QNX): Likewise.
+       (chainloader): Remove cross-reference to `SCO UnixWare'.
+
 2010-06-02  Colin Watson  <cjwatson@ubuntu.com>
 
        * docs/grub.texi (Chain-loading): New section.
index 5f2e5e36aa608adfb710ec75c9c9b95638a97046..1f0c2083eea8eb264b81956e23cc33de884ba1f0 100644 (file)
@@ -685,8 +685,6 @@ Here, we describe some caveats on several operating systems.
 * GNU/Hurd::
 * GNU/Linux::
 * DOS/Windows::
-* SCO UnixWare::
-* QNX::
 @end menu
 
 
@@ -777,38 +775,6 @@ boot
 @end example
 
 
-@node SCO UnixWare
-@subsection SCO UnixWare
-
-It is known that the signature in the boot loader for SCO UnixWare is
-wrong, so you will have to specify the option @option{--force} to
-@command{chainloader} (@pxref{chainloader}), like this:
-
-@example
-@group
-set root=(hd1,1)
-chainloader --force +1
-parttool @verb{'${root}'} boot+
-boot
-@end group
-@end example
-
-
-@node QNX
-@subsection QNX
-
-QNX seems to use a bigger boot loader, so you need to boot it up, like
-this:
-
-@example
-@group
-set root=(hd1,2)
-chainloader +4
-boot
-@end group
-@end example
-
-
 @node Configuration
 @chapter Writing your own configuration file
 
@@ -1518,8 +1484,7 @@ filesystem code, it can use the blocklist notation (@pxref{Block list
 syntax}) to grab the first sector of the current partition with @samp{+1}.
 If you specify the option @option{--force}, then load @var{file} forcibly,
 whether it has a correct signature or not. This is required when you want to
-load a defective boot loader, such as SCO UnixWare 7.1 (@pxref{SCO
-UnixWare}).
+load a defective boot loader, such as SCO UnixWare 7.1.
 @end deffn