Geert Stappers
2014-Jun-22 11:10 UTC
[syslinux] [PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
It is "APM" Apple Partition Map, not "AFP" Apple Filing Protocol Reported-by: Thomas Schmitt <scdbackup at gmx.net> --- utils/isohybrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 05afd29..15f63fc 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -236,7 +236,7 @@ printh(void) printf(FMT, " -t --type", "Specify partition type (default 0x17)"); printf(FMT, " -i --id", "Specify MBR ID (default random)"); printf(FMT, " -u --uefi", "Build EFI bootable image"); - printf(FMT, " -m --mac", "Add AFP table support"); + printf(FMT, " -m --mac", "Add APM table support"); printf("\n"); printf(FMT, " --forcehd0", "Assume we are loaded as disk ID 0"); -- 1.8.4.2
Thomas Schmitt
2014-Jun-22 12:47 UTC
[syslinux] [PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
Hi, Geert Stappers:> Reported-by: Thomas Schmitt <scdbackup at gmx.net> > utils/isohybrid.c | 2 +-It would be somewhat ridiculous to fix only this. {:) Can you point me to an example how a well acceptable patch set should look like ? I expect about half a dozen separate bug fixes to be needed. (Is there a tutorial "SYSLINUX from Git for Dummies" ?) Have a nice day :) Thomas
Op 2014-06-22 om 14:47 schreef Thomas Schmitt:> Geert Stappers: > > Reported-by: Thomas Schmitt <scdbackup at gmx.net> > > utils/isohybrid.c | 2 +- > > It would be somewhat ridiculous to fix only this. {:) > > Can you point me to an example how a well acceptable patch set > should look like ? > I expect about half a dozen separate bug fixes to be needed. > > (Is there a tutorial "SYSLINUX from Git for Dummies" ?) >Start with git clone git://git.zytor.com/syslinux/syslinux.git workingdir cd workingdir $EDITOR utils/isohybrid.c Read http://www.syslinux.org/wiki/index.php/Development and tinker. Feel free to ask more about Git Groeten Geert Stappers -- Leven en laten leven
Seemingly Similar Threads
- [PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
- [PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
- isohybrid has 2 variants
- [PATCH 2/6] utils/isohybrid.c: Correct blocking factor in APM partition block counts
- isohybrid --mac doesn't find the mac efi image