summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2010-08-28 13:20:31 +0200
committerMichal Soltys <soltys@ziu.info>2010-09-28 09:32:52 +0200
commitd4cbb325b3ef7e999ccf8ed9ac5fe8da102ab5f4 (patch)
tree139ee57fd29466b04bba7b0899657693d0dd71d3 /doc
parent0d591b9348e43cf59cd4857dcc0e9029566d96e5 (diff)
downloadsyslinux-d4cbb325b3ef7e999ccf8ed9ac5fe8da102ab5f4.tar.gz
chain module: bugfixing and cosmetics
Bugs: - one introduced ages ago - find_by_* functions should be tested vs. <0 for failure - one introduced by 579f15c7c456c - it accidentally blocked too much when testing for ',' in drive/partition option parsing - one introduced by d4d713c9ccfe0 - sone machines / VMs seem to set @40:75 just 1, regardless of amount of fixed disks available Signed-off-by: Michal Soltys <soltys@ziu.info>
Diffstat (limited to 'doc')
-rw-r--r--doc/chain.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/chain.txt b/doc/chain.txt
index 1443c24a..886625d7 100644
--- a/doc/chain.txt
+++ b/doc/chain.txt
@@ -263,8 +263,7 @@ This is used for loading of *only* Dell's DOS derivatives. It does require boot
sector at 0x2000 and overall valid BPB values. As in other DOS-ish cases,
likely candidates for use are 'save' and 'hide'.
- grub=<file>
- grubcfg=<config>
+ grub=<file> [grubcfg=<config>]
sets: file=<file> seg=0x800::0x200 nohand nosect grub
Chainloads grub legacy's stage2, performing additional corrections on the file
@@ -282,13 +281,13 @@ in memory.
This emulates syslinux's native BSS option. This loads both the file and the
sector, adjusts BPB values in the loaded sector, then copies all possible BPB
-fields to the loaded file. Everything is made with reference to selected
+fields to the loaded file. Everything is made with reference to the selected
disk/partition.
bs=<file>
sets: bs=<file> nosect filebpb
This emulates syslinux's native BS option. This loads the file and if possible
-- adjusts its BPB values. Everything is made with reference to selected
+- adjusts its BPB values. Everything is made with reference to the selected
disk/partition.