[syslinux:master] syslxopt: remove lengthy warning message

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri Jul 30 10:21:04 PDT 2010


Commit-ID:  bf3bb172a13f5f157c89ee3f6c31785971ae7b37
Gitweb:     http://syslinux.zytor.com/commit/bf3bb172a13f5f157c89ee3f6c31785971ae7b37
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 30 Jul 2010 10:20:08 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 30 Jul 2010 10:20:08 -0700

syslxopt: remove lengthy warning message

Remove a lengthy warning message which cause the actual command
reference to overflow a 24-line screen.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 libinstaller/syslxopt.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/libinstaller/syslxopt.c b/libinstaller/syslxopt.c
index cc7555f..9b42c66 100644
--- a/libinstaller/syslxopt.c
+++ b/libinstaller/syslxopt.c
@@ -126,16 +126,6 @@ void __attribute__ ((noreturn)) usage(int rv, enum syslinux_mode mode)
 	fprintf(stderr,
 		"  --force      -f  Ignore precautions\n");
 
-    fprintf(stderr,
-	    "\n"
-	    "  Note: geometry is determined at boot time for devices which\n"
-	    "  are considered hard disks by the BIOS.  Unfortunately, this is\n"
-	    "  not possible for devices which are considered floppy disks,\n"
-	    "  which includes zipdisks and LS-120 superfloppies.\n"
-	    "\n"
-	    "  The -z option is useful for USB devices which are considered\n"
-	    "  hard disks by some BIOSes and zipdrives by other BIOSes.");
-
     exit(rv);
 }
 



More information about the Syslinux-commits mailing list