Polished help text of iso_image_report_system_area()
This commit is contained in:
parent
3370f666f9
commit
25295d2bb0
@ -3710,10 +3710,18 @@ int iso_image_get_system_area(IsoImage *img, char data[32768],
|
|||||||
" System area summary: word ... word", \
|
" System area summary: word ... word", \
|
||||||
" human readable interpretation of system area options and other info", \
|
" human readable interpretation of system area options and other info", \
|
||||||
" The words are from the set:", \
|
" The words are from the set:", \
|
||||||
" { MBR, protective-msdos-label, isohybrid, CHRP, grub2-mbr,", \
|
" { MBR, CHRP, PReP, GPT, APM, MIPS-Big-Endian, MIPS-Little-Endian,", \
|
||||||
" cyl-align-{auto,on,off,all}, PReP, MIPS-Big-Endian,", \
|
" SUN-SPARC-Disk-Label, HP-PA-PALO,", \
|
||||||
" MIPS-Little-Endian, SUN-SPARC-Disk-Label, HP-PA-PALO,", \
|
" protective-msdos-label, isohybrid, grub2-mbr,", \
|
||||||
" not-recognized, GPT, APM }", \
|
" cyl-align-{auto,on,off,all}, not-recognized, }", \
|
||||||
|
" The acronyms indicate boot data for particular hardware/firmware.", \
|
||||||
|
" protective-msdos-label is an MBR conformant to specs of GPT.", \
|
||||||
|
" isohybrid is an MBR implementing ISOLINUX isohybrid functionality.", \
|
||||||
|
" grub2-mbr is an MBR with GRUB2 64 bit address patching.", \
|
||||||
|
" cyl-align-on indicates that the ISO image MBR partition ends at a", \
|
||||||
|
" cylinder boundary. cyl-align-all means that more MBR partitions", \
|
||||||
|
" exist and all end at a cylinder boundary.", \
|
||||||
|
" not-recognized tells about unrecognized non-zero system area data.", \
|
||||||
" ISO image size/512 : decimal", \
|
" ISO image size/512 : decimal", \
|
||||||
" size of ISO image in block units of 512 bytes.", \
|
" size of ISO image in block units of 512 bytes.", \
|
||||||
""
|
""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user