summaryrefslogtreecommitdiff
path: root/extlinux
diff options
context:
space:
mode:
authorhpa <hpa>2005-04-03 00:00:36 +0000
committerhpa <hpa>2005-04-03 00:00:36 +0000
commitee86fb27a785d21bcd77bce6e57ec757268fdfc3 (patch)
treead3a761d133bc16ea6a2fd0226d51b1ab40f987f /extlinux
parent5506bad79a1cc566cd9f0137a083fe5dc266feb7 (diff)
downloadsyslinux-ee86fb27a785d21bcd77bce6e57ec757268fdfc3.tar.gz
extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6
Diffstat (limited to 'extlinux')
-rw-r--r--extlinux/extlinux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extlinux/extlinux.c b/extlinux/extlinux.c
index 05f6cf3c..195b4e5a 100644
--- a/extlinux/extlinux.c
+++ b/extlinux/extlinux.c
@@ -416,7 +416,8 @@ get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo)
geo->start = 0;
if ( !opt.sectors && !opt.heads )
- fprintf(stderr, "Warning: unable to obtain device geometry (defaulting to %d heads, %d sectors)\n",
+ fprintf(stderr, "Warning: unable to obtain device geometry (defaulting to %d heads, %d sectors)\n"
+ " (on hard disks, this is usually harmless.)\n",
geo->heads, geo->sectors);
return 1;