Mentioned xorriso alias names in chapter FILES of documentation
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Apr 07, 2010"
|
||||
.TH XORRISO 1 "Apr 12, 2010"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2233,9 +2233,18 @@ which can be used to boot from USB stick or hard disk.
|
||||
Other than a El Torito boot image, the file disk_path needs not to be added
|
||||
to the ISO image.
|
||||
.br
|
||||
-boot_image isolinux system_area= implies "partition_table=on".
|
||||
.br
|
||||
"partition_table=on" causes a simple partition table to be written into bytes
|
||||
446 to 511 of the System Area. It shows a single partiton which starts at
|
||||
byte 512 and ends where the ISO image ends.
|
||||
446 to 511 of the System Area.
|
||||
.br
|
||||
With type "isolinux" it shows a partition that begins at byte 0 and it causes
|
||||
the boot image LBA to be written into the MBR. This works only if also
|
||||
"system_area=" and "bin_path=" or "dir=" is given.
|
||||
.br
|
||||
With types "any" and "grub" it shows a single
|
||||
partiton which starts at byte 512 and ends where the ISO image ends.
|
||||
This works with or without system_area= or boot image.
|
||||
.br
|
||||
.TP
|
||||
.B Character sets:
|
||||
@ -3109,6 +3118,10 @@ Adopted from grub-mkisofs are --protective-msdos-label
|
||||
--modification-date=YYYYMMDDhhmmsscc
|
||||
(see -volume_date uuid).
|
||||
.br
|
||||
For MBR bootable ISOLINUX images there is -isohybrid-mbr FILE, where
|
||||
FILE is one of the Syslinux files mbr/isohdp[fp]x*.bin . Use this
|
||||
instead of -G to apply the effect of -boot_image isolinux partition_table=on.
|
||||
.br
|
||||
Personalites "\fBxorrisofs\fR", "\fBgenisoimage\fR",
|
||||
and "\fBgenisofs\fR" are aliases for "mkisofs".
|
||||
.br
|
||||
@ -3859,6 +3872,19 @@ addresses which can be used on "$HOME"/dvd_copy with mount option -o sbsector=
|
||||
resp. -s.
|
||||
.SH FILES
|
||||
.SS
|
||||
.B Program alias names:
|
||||
.br
|
||||
Normal installation of xorriso creates three links or copies which by their
|
||||
program name pre-select certain settings:
|
||||
.br
|
||||
\fBxorrisofs\fR starts xorriso with -as mkisofs emulation.
|
||||
.br
|
||||
\fBxorrecord\fR starts xorriso with -as cdrecord emulation.
|
||||
.br
|
||||
\fBosirrox\fR starts with -osirrox "on:o_excl_off" which allows
|
||||
to copy files from ISO image to disk and to apply option -mount to
|
||||
one or more of the existing ISO sessions.
|
||||
.SS
|
||||
.B Startup files:
|
||||
.br
|
||||
If not -no_rc is given as the first argument then xorriso attempts on startup
|
||||
|
Reference in New Issue
Block a user