Mentioned -append_partition in manual about --mbr-force-bootable
This commit is contained in:
parent
3d66432861
commit
3972c72b6a
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISO 1 "Version 1.4.7, Feb 26, 2017"
|
.TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -3559,9 +3559,13 @@ indicate production of a bootable MBR.
|
|||||||
These options normally cause the flag to be set if there is an
|
These options normally cause the flag to be set if there is an
|
||||||
MBR partition of type other than 0xee or 0xef.
|
MBR partition of type other than 0xee or 0xef.
|
||||||
If no such partition exists, then no bootflag is set, unless
|
If no such partition exists, then no bootflag is set, unless
|
||||||
mbr_force_bootable= forces creation of a dummy partition
|
mbr_force_bootable="on" forces creation of a dummy partition
|
||||||
of type 0x00 which covers only the first block of the ISO image.
|
of type 0x00 which covers only the first block of the ISO image.
|
||||||
.br
|
.br
|
||||||
|
If no bootable MBR is indicated and a partition gets created by
|
||||||
|
\-append_partition, then mbr_force_bootable="on" causes a bootflag like it
|
||||||
|
would do with a bootable MBR.
|
||||||
|
.br
|
||||||
\fBmips_path=\fRiso_rr_path declares a data file in the image to be a
|
\fBmips_path=\fRiso_rr_path declares a data file in the image to be a
|
||||||
MIPS Big Endian boot file and causes production of a MIPS Big Endian Volume
|
MIPS Big Endian boot file and causes production of a MIPS Big Endian Volume
|
||||||
Header. This is mutually exclusive with production of other boot blocks
|
Header. This is mutually exclusive with production of other boot blocks
|
||||||
@ -6053,7 +6057,7 @@ The default setting of \-check_media abort_file= is:
|
|||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
The following environment variables influence the program behavior:
|
The following environment variables influence the program behavior:
|
||||||
.br
|
.br
|
||||||
HOME is used to find xorriso and mkisofs startup files.
|
HOME is used to find startup files of xorriso and mkisofs.
|
||||||
.br
|
.br
|
||||||
SOURCE_DATE_EPOCH belongs to the specs of reproducible\-builds.org.
|
SOURCE_DATE_EPOCH belongs to the specs of reproducible\-builds.org.
|
||||||
It is supposed to be either undefined or to contain a decimal number
|
It is supposed to be either undefined or to contain a decimal number
|
||||||
|
@ -3001,9 +3001,12 @@ Examples:
|
|||||||
grub2_mbr= indicate production of a bootable MBR. These options
|
grub2_mbr= indicate production of a bootable MBR. These options
|
||||||
normally cause the flag to be set if there is an MBR partition of
|
normally cause the flag to be set if there is an MBR partition of
|
||||||
type other than 0xee or 0xef. If no such partition exists, then no
|
type other than 0xee or 0xef. If no such partition exists, then no
|
||||||
bootflag is set, unless mbr_force_bootable= forces creation of a
|
bootflag is set, unless mbr_force_bootable="on" forces creation of
|
||||||
dummy partition of type 0x00 which covers only the first block of
|
a dummy partition of type 0x00 which covers only the first block of
|
||||||
the ISO image.
|
the ISO image.
|
||||||
|
If no bootable MBR is indicated and a partition gets created by
|
||||||
|
-append_partition, then mbr_force_bootable="on" causes a bootflag
|
||||||
|
like it would do with a bootable MBR.
|
||||||
*mips_path=*iso_rr_path declares a data file in the image to be a
|
*mips_path=*iso_rr_path declares a data file in the image to be a
|
||||||
MIPS Big Endian boot file and causes production of a MIPS Big
|
MIPS Big Endian boot file and causes production of a MIPS Big
|
||||||
Endian Volume Header. This is mutually exclusive with production
|
Endian Volume Header. This is mutually exclusive with production
|
||||||
@ -5112,7 +5115,7 @@ File: xorriso.info, Node: Environ, Next: Seealso, Prev: Files, Up: Top
|
|||||||
**********
|
**********
|
||||||
|
|
||||||
The following environment variables influence the program behavior:
|
The following environment variables influence the program behavior:
|
||||||
HOME is used to find xorriso and mkisofs startup files.
|
HOME is used to find startup files of xorriso and mkisofs.
|
||||||
SOURCE_DATE_EPOCH belongs to the specs of reproducible-builds.org. It
|
SOURCE_DATE_EPOCH belongs to the specs of reproducible-builds.org. It
|
||||||
is supposed to be either undefined or to contain a decimal number which
|
is supposed to be either undefined or to contain a decimal number which
|
||||||
tells the seconds since january 1st 1970. If it contains a number, then
|
tells the seconds since january 1st 1970. If it contains a number, then
|
||||||
@ -5213,7 +5216,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|||||||
* -alter_date sets timestamps in ISO image: Manip. (line 136)
|
* -alter_date sets timestamps in ISO image: Manip. (line 136)
|
||||||
* -alter_date_r sets timestamps in ISO image: Manip. (line 171)
|
* -alter_date_r sets timestamps in ISO image: Manip. (line 171)
|
||||||
* -append_partition adds arbitrary file after image end: Bootable.
|
* -append_partition adds arbitrary file after image end: Bootable.
|
||||||
(line 412)
|
(line 415)
|
||||||
* -application_id sets application id: SetWrite. (line 191)
|
* -application_id sets application id: SetWrite. (line 191)
|
||||||
* -application_use sets application use field: SetWrite. (line 266)
|
* -application_use sets application use field: SetWrite. (line 266)
|
||||||
* -as emulates mkisofs or cdrecord: Emulation. (line 13)
|
* -as emulates mkisofs or cdrecord: Emulation. (line 13)
|
||||||
@ -5457,10 +5460,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* ACL, show in ISO image, -getfacl: Navigate. (line 60)
|
* ACL, show in ISO image, -getfacl: Navigate. (line 60)
|
||||||
* ACL, show in ISO image, -getfacl_r: Navigate. (line 66)
|
* ACL, show in ISO image, -getfacl_r: Navigate. (line 66)
|
||||||
* ACL, _definition: Extras. (line 50)
|
* ACL, _definition: Extras. (line 50)
|
||||||
* APM block size: Bootable. (line 403)
|
* APM block size: Bootable. (line 406)
|
||||||
* APM, _definition: Extras. (line 42)
|
* APM, _definition: Extras. (line 42)
|
||||||
* Appendable media, _definition: Media. (line 38)
|
* Appendable media, _definition: Media. (line 38)
|
||||||
* Appended Filesystem Image, -append_partition: Bootable. (line 412)
|
* Appended Filesystem Image, -append_partition: Bootable. (line 415)
|
||||||
* Appended partition, in APM: Bootable. (line 283)
|
* Appended partition, in APM: Bootable. (line 283)
|
||||||
* Appended partition, in MBR or GPT: Bootable. (line 276)
|
* Appended partition, in MBR or GPT: Bootable. (line 276)
|
||||||
* Automatic execution order, of arguments, -x: ArgSort. (line 16)
|
* Automatic execution order, of arguments, -x: ArgSort. (line 16)
|
||||||
@ -5488,7 +5491,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Cylinder alignment, _definition: Bootable. (line 332)
|
* Cylinder alignment, _definition: Bootable. (line 332)
|
||||||
* Cylinder size, _definition: Bootable. (line 317)
|
* Cylinder size, _definition: Bootable. (line 317)
|
||||||
* Damaged track and session, close, -close_damaged: Writing. (line 164)
|
* Damaged track and session, close, -close_damaged: Writing. (line 164)
|
||||||
* DEC Alpha SRM boot sector, production: Bootable. (line 389)
|
* DEC Alpha SRM boot sector, production: Bootable. (line 392)
|
||||||
* Delete, from ISO image, -rm: Manip. (line 20)
|
* Delete, from ISO image, -rm: Manip. (line 20)
|
||||||
* Delete, from ISO image, -rm_r: Manip. (line 26)
|
* Delete, from ISO image, -rm_r: Manip. (line 26)
|
||||||
* Delete, ISO directory, -rmdir: Manip. (line 29)
|
* Delete, ISO directory, -rmdir: Manip. (line 29)
|
||||||
@ -5549,10 +5552,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Group, in ISO image, -chgrp_r: Manip. (line 53)
|
* Group, in ISO image, -chgrp_r: Manip. (line 53)
|
||||||
* Growing, _definition: Methods. (line 20)
|
* Growing, _definition: Methods. (line 20)
|
||||||
* Hard links, control handling, -hardlinks: Loading. (line 134)
|
* Hard links, control handling, -hardlinks: Loading. (line 134)
|
||||||
* HFS+ allocation block size: Bootable. (line 400)
|
* HFS+ allocation block size: Bootable. (line 403)
|
||||||
* HFS+ serial number: Bootable. (line 397)
|
* HFS+ serial number: Bootable. (line 400)
|
||||||
* hidden, set in ISO image, -hide: Manip. (line 174)
|
* hidden, set in ISO image, -hide: Manip. (line 174)
|
||||||
* HP-PA boot sector, production: Bootable. (line 372)
|
* HP-PA boot sector, production: Bootable. (line 375)
|
||||||
* Image reading, cache size, -data_cache_size: Loading. (line 332)
|
* Image reading, cache size, -data_cache_size: Loading. (line 332)
|
||||||
* Image, demand volume ID, -assert_volid: Loading. (line 111)
|
* Image, demand volume ID, -assert_volid: Loading. (line 111)
|
||||||
* Image, discard pending changes, -rollback: Writing. (line 9)
|
* Image, discard pending changes, -rollback: Writing. (line 9)
|
||||||
@ -5616,7 +5619,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Media, format, -format: Writing. (line 87)
|
* Media, format, -format: Writing. (line 87)
|
||||||
* Media, list formats, -list_formats: Writing. (line 129)
|
* Media, list formats, -list_formats: Writing. (line 129)
|
||||||
* Media, list write speeds, -list_speeds: Writing. (line 140)
|
* Media, list write speeds, -list_speeds: Writing. (line 140)
|
||||||
* MIPS boot file, activation: Bootable. (line 351)
|
* MIPS boot file, activation: Bootable. (line 354)
|
||||||
* mkisofs, Emulation: Emulation. (line 17)
|
* mkisofs, Emulation: Emulation. (line 17)
|
||||||
* Modifying, _definition: Methods. (line 28)
|
* Modifying, _definition: Methods. (line 28)
|
||||||
* Multi-session media, _definition: Media. (line 7)
|
* Multi-session media, _definition: Media. (line 7)
|
||||||
@ -5711,8 +5714,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Session, select as input, -load: Loading. (line 33)
|
* Session, select as input, -load: Loading. (line 33)
|
||||||
* Session, _definition: Model. (line 6)
|
* Session, _definition: Model. (line 6)
|
||||||
* Sorting order, for -x, -list_arg_sorting: ArgSort. (line 26)
|
* Sorting order, for -x, -list_arg_sorting: ArgSort. (line 26)
|
||||||
* SUN Disk Label, production: Bootable. (line 362)
|
* SUN Disk Label, production: Bootable. (line 365)
|
||||||
* SUN SPARC boot images, activation: Bootable. (line 435)
|
* SUN SPARC boot images, activation: Bootable. (line 438)
|
||||||
* Symbolic link, create, -lns: Insert. (line 181)
|
* Symbolic link, create, -lns: Insert. (line 181)
|
||||||
* System area, _definition: Bootable. (line 200)
|
* System area, _definition: Bootable. (line 200)
|
||||||
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 278)
|
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 278)
|
||||||
@ -5781,40 +5784,40 @@ Node: Filter102411
|
|||||||
Node: Writing107033
|
Node: Writing107033
|
||||||
Node: SetWrite117189
|
Node: SetWrite117189
|
||||||
Node: Bootable141948
|
Node: Bootable141948
|
||||||
Node: Jigdo167933
|
Node: Jigdo168120
|
||||||
Node: Charset172192
|
Node: Charset172379
|
||||||
Node: Exception175521
|
Node: Exception175708
|
||||||
Node: DialogCtl181650
|
Node: DialogCtl181837
|
||||||
Node: Inquiry184252
|
Node: Inquiry184439
|
||||||
Node: Navigate193040
|
Node: Navigate193227
|
||||||
Node: Verify201335
|
Node: Verify201522
|
||||||
Node: Restore211213
|
Node: Restore211400
|
||||||
Node: Emulation219826
|
Node: Emulation220013
|
||||||
Node: Scripting230285
|
Node: Scripting230472
|
||||||
Node: Frontend238068
|
Node: Frontend238255
|
||||||
Node: Examples247694
|
Node: Examples247881
|
||||||
Node: ExDevices248872
|
Node: ExDevices249059
|
||||||
Node: ExCreate249533
|
Node: ExCreate249720
|
||||||
Node: ExDialog250833
|
Node: ExDialog251020
|
||||||
Node: ExGrowing252104
|
Node: ExGrowing252291
|
||||||
Node: ExModifying252913
|
Node: ExModifying253100
|
||||||
Node: ExBootable253423
|
Node: ExBootable253610
|
||||||
Node: ExCharset253978
|
Node: ExCharset254165
|
||||||
Node: ExPseudo254874
|
Node: ExPseudo255061
|
||||||
Node: ExCdrecord255801
|
Node: ExCdrecord255988
|
||||||
Node: ExMkisofs256121
|
Node: ExMkisofs256308
|
||||||
Node: ExGrowisofs257478
|
Node: ExGrowisofs257665
|
||||||
Node: ExException258632
|
Node: ExException258819
|
||||||
Node: ExTime259090
|
Node: ExTime259277
|
||||||
Node: ExIncBackup259548
|
Node: ExIncBackup259735
|
||||||
Node: ExRestore263574
|
Node: ExRestore263761
|
||||||
Node: ExRecovery264520
|
Node: ExRecovery264707
|
||||||
Node: Files265092
|
Node: Files265279
|
||||||
Node: Environ266426
|
Node: Environ266613
|
||||||
Node: Seealso267132
|
Node: Seealso267322
|
||||||
Node: Bugreport267849
|
Node: Bugreport268039
|
||||||
Node: Legal268440
|
Node: Legal268630
|
||||||
Node: CommandIdx269452
|
Node: CommandIdx269642
|
||||||
Node: ConceptIdx286786
|
Node: ConceptIdx286976
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISO 1 "Version 1.4.7, Feb 26, 2017"
|
@c man .TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -4117,9 +4117,13 @@ indicate production of a bootable MBR.
|
|||||||
These options normally cause the flag to be set if there is an
|
These options normally cause the flag to be set if there is an
|
||||||
MBR partition of type other than 0xee or 0xef.
|
MBR partition of type other than 0xee or 0xef.
|
||||||
If no such partition exists, then no bootflag is set, unless
|
If no such partition exists, then no bootflag is set, unless
|
||||||
mbr_force_bootable= forces creation of a dummy partition
|
mbr_force_bootable="on" forces creation of a dummy partition
|
||||||
of type 0x00 which covers only the first block of the ISO image.
|
of type 0x00 which covers only the first block of the ISO image.
|
||||||
@*
|
@*
|
||||||
|
If no bootable MBR is indicated and a partition gets created by
|
||||||
|
-append_partition, then mbr_force_bootable="on" causes a bootflag like it
|
||||||
|
would do with a bootable MBR.
|
||||||
|
@*
|
||||||
@cindex MIPS boot file, activation
|
@cindex MIPS boot file, activation
|
||||||
@strong{mips_path=}iso_rr_path declares a data file in the image to be a
|
@strong{mips_path=}iso_rr_path declares a data file in the image to be a
|
||||||
MIPS Big Endian boot file and causes production of a MIPS Big Endian Volume
|
MIPS Big Endian boot file and causes production of a MIPS Big Endian Volume
|
||||||
@ -7064,7 +7068,7 @@ The default setting of -check_media abort_file= is:
|
|||||||
@chapter Environ
|
@chapter Environ
|
||||||
The following environment variables influence the program behavior:
|
The following environment variables influence the program behavior:
|
||||||
@*
|
@*
|
||||||
HOME is used to find xorriso and mkisofs startup files.
|
HOME is used to find startup files of xorriso and mkisofs.
|
||||||
@*
|
@*
|
||||||
SOURCE_DATE_EPOCH belongs to the specs of reproducible-builds.org.
|
SOURCE_DATE_EPOCH belongs to the specs of reproducible-builds.org.
|
||||||
It is supposed to be either undefined or to contain a decimal number
|
It is supposed to be either undefined or to contain a decimal number
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2017.06.03.193458"
|
#define Xorriso_timestamP "2017.06.29.211523"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISOFS 1 "Version 1.4.7, Jun 03, 2017"
|
.TH XORRISOFS 1 "Version 1.4.7, Jun 29, 2017"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -1241,6 +1241,10 @@ MBR partition of type other than 0xee or 0xef.
|
|||||||
If no such partition exists, then no bootflag is set, unless
|
If no such partition exists, then no bootflag is set, unless
|
||||||
\-\-mbr\-force\-bootable forces creation of a dummy partition
|
\-\-mbr\-force\-bootable forces creation of a dummy partition
|
||||||
of type 0x00 which covers only the first block of the ISO image.
|
of type 0x00 which covers only the first block of the ISO image.
|
||||||
|
.br
|
||||||
|
If no bootable MBR is indicated by other options and a partition gets created
|
||||||
|
by \-append_partition, then \-\-mbr\-force\-bootable causes a
|
||||||
|
bootflag like it would do with e.g. \-\-protective\-msdos\-label.
|
||||||
.TP
|
.TP
|
||||||
\fB\-partition_offset\fR 2kb_block_adr
|
\fB\-partition_offset\fR 2kb_block_adr
|
||||||
Cause a partition table with a single partition that begins at the
|
Cause a partition table with a single partition that begins at the
|
||||||
|
@ -1089,6 +1089,9 @@ Examples:
|
|||||||
exists, then no bootflag is set, unless --mbr-force-bootable forces
|
exists, then no bootflag is set, unless --mbr-force-bootable forces
|
||||||
creation of a dummy partition of type 0x00 which covers only the
|
creation of a dummy partition of type 0x00 which covers only the
|
||||||
first block of the ISO image.
|
first block of the ISO image.
|
||||||
|
If no bootable MBR is indicated by other options and a partition
|
||||||
|
gets created by -append_partition, then --mbr-force-bootable causes
|
||||||
|
a bootflag like it would do with e.g. --protective-msdos-label.
|
||||||
-partition_offset 2kb_block_adr
|
-partition_offset 2kb_block_adr
|
||||||
Cause a partition table with a single partition that begins at the
|
Cause a partition table with a single partition that begins at the
|
||||||
given block address. This is counted in 2048 byte blocks, not in
|
given block address. This is counted in 2048 byte blocks, not in
|
||||||
@ -1911,10 +1914,10 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* --embedded-boot Fill System Area e.g. by MBR: SystemArea. (line 79)
|
* --embedded-boot Fill System Area e.g. by MBR: SystemArea. (line 79)
|
||||||
* --emul-toc enable table-of-content emulation: SetProduct. (line 33)
|
* --emul-toc enable table-of-content emulation: SetProduct. (line 33)
|
||||||
* --for_backup Enable backup fidelity: SetExtras. (line 92)
|
* --for_backup Enable backup fidelity: SetExtras. (line 92)
|
||||||
* --gpt_disk_guid GPT GUID: SystemArea. (line 228)
|
* --gpt_disk_guid GPT GUID: SystemArea. (line 231)
|
||||||
* --grub2-boot-info Patch El Torito boot image: Bootable. (line 109)
|
* --grub2-boot-info Patch El Torito boot image: Bootable. (line 109)
|
||||||
* --grub2-mbr Install modern GRUB2 MBR: SystemArea. (line 81)
|
* --grub2-mbr Install modern GRUB2 MBR: SystemArea. (line 81)
|
||||||
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 283)
|
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 286)
|
||||||
* --hardlinks Recording of hardlink relations: SetExtras. (line 116)
|
* --hardlinks Recording of hardlink relations: SetExtras. (line 116)
|
||||||
* --mbr-force-bootable Enforce MBR bootable/active flag: SystemArea.
|
* --mbr-force-bootable Enforce MBR bootable/active flag: SystemArea.
|
||||||
(line 139)
|
(line 139)
|
||||||
@ -1947,16 +1950,16 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -A set Application Id: ImageId. (line 34)
|
* -A set Application Id: ImageId. (line 34)
|
||||||
* -abstract set Abstract File path: ImageId. (line 57)
|
* -abstract set Abstract File path: ImageId. (line 57)
|
||||||
* -allow-lowercase lowercase in ISO file names: SetCompl. (line 42)
|
* -allow-lowercase lowercase in ISO file names: SetCompl. (line 42)
|
||||||
* -alpha-boot DEC Alpha SRM bootloader: SystemArea. (line 306)
|
* -alpha-boot DEC Alpha SRM bootloader: SystemArea. (line 309)
|
||||||
* -appended_part_as_apm Appended partitions in APM: SystemArea.
|
* -appended_part_as_apm Appended partitions in APM: SystemArea.
|
||||||
(line 212)
|
(line 215)
|
||||||
* -appended_part_as_gpt Appended partitions in GPT: SystemArea.
|
* -appended_part_as_gpt Appended partitions in GPT: SystemArea.
|
||||||
(line 206)
|
(line 209)
|
||||||
* -append_partition Append MBR or GPT partition after image: SystemArea.
|
* -append_partition Append MBR or GPT partition after image: SystemArea.
|
||||||
(line 186)
|
(line 189)
|
||||||
* -appid set Application Id: ImageId. (line 41)
|
* -appid set Application Id: ImageId. (line 41)
|
||||||
* -b El Torito PC-BIOS boot image: Bootable. (line 38)
|
* -b El Torito PC-BIOS boot image: Bootable. (line 38)
|
||||||
* -B SUN SPARC boot images: SystemArea. (line 268)
|
* -B SUN SPARC boot images: SystemArea. (line 271)
|
||||||
* -biblio set Biblio File path: ImageId. (line 62)
|
* -biblio set Biblio File path: ImageId. (line 62)
|
||||||
* -boot-info-table Patch El Torito boot image: Bootable. (line 104)
|
* -boot-info-table Patch El Torito boot image: Bootable. (line 104)
|
||||||
* -boot-load-size El Torito boot image load size: Bootable. (line 72)
|
* -boot-load-size El Torito boot image load size: Bootable. (line 72)
|
||||||
@ -1967,8 +1970,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -checksum_algorithm_iso choose .jigdo checksums: Jigdo. (line 72)
|
* -checksum_algorithm_iso choose .jigdo checksums: Jigdo. (line 72)
|
||||||
* -checksum_algorithm_template choose .template checksums: Jigdo.
|
* -checksum_algorithm_template choose .template checksums: Jigdo.
|
||||||
(line 78)
|
(line 78)
|
||||||
* -chrp-boot CHRP partition: SystemArea. (line 250)
|
* -chrp-boot CHRP partition: SystemArea. (line 253)
|
||||||
* -chrp-boot-part CHRP partition: SystemArea. (line 241)
|
* -chrp-boot-part CHRP partition: SystemArea. (line 244)
|
||||||
* -copyright set Copyright File path: ImageId. (line 66)
|
* -copyright set Copyright File path: ImageId. (line 66)
|
||||||
* -D allow deep directory hierachies: SetExtras. (line 60)
|
* -D allow deep directory hierachies: SetExtras. (line 60)
|
||||||
* -d omit trailing dot in ISO file names: SetCompl. (line 50)
|
* -d omit trailing dot in ISO file names: SetCompl. (line 50)
|
||||||
@ -1979,7 +1982,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -disallow_dir_id_ext enforce ISO level 1 directory names: SetCompl.
|
* -disallow_dir_id_ext enforce ISO level 1 directory names: SetCompl.
|
||||||
(line 23)
|
(line 23)
|
||||||
* -e El Torito EFI boot image: Bootable. (line 53)
|
* -e El Torito EFI boot image: Bootable. (line 53)
|
||||||
* -efi-boot-part EFI boot partition: SystemArea. (line 218)
|
* -efi-boot-part EFI boot partition: SystemArea. (line 221)
|
||||||
* -eltorito-alt-boot begin next boot catalog entry: Bootable. (line 47)
|
* -eltorito-alt-boot begin next boot catalog entry: Bootable. (line 47)
|
||||||
* -eltorito-boot El Torito PC-BIOS boot image: Bootable. (line 45)
|
* -eltorito-boot El Torito PC-BIOS boot image: Bootable. (line 45)
|
||||||
* -eltorito-catalog El Torito boot catalog name: Bootable. (line 119)
|
* -eltorito-catalog El Torito boot catalog name: Bootable. (line 119)
|
||||||
@ -2024,12 +2027,12 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
(line 15)
|
(line 15)
|
||||||
* -hide-rr-moved set deep directory relocation target: SetExtras.
|
* -hide-rr-moved set deep directory relocation target: SetExtras.
|
||||||
(line 90)
|
(line 90)
|
||||||
* -hppa-bootloader HP-PA bootloader file: SystemArea. (line 295)
|
* -hppa-bootloader HP-PA bootloader file: SystemArea. (line 298)
|
||||||
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 289)
|
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 292)
|
||||||
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 303)
|
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 306)
|
||||||
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 297)
|
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 300)
|
||||||
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 299)
|
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 302)
|
||||||
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 301)
|
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 304)
|
||||||
* -input-charset set character set of disk file names: Charset.
|
* -input-charset set character set of disk file names: Charset.
|
||||||
(line 17)
|
(line 17)
|
||||||
* -iso-level define ISO 9660 limitations: SetCompl. (line 7)
|
* -iso-level define ISO 9660 limitations: SetCompl. (line 7)
|
||||||
@ -2060,8 +2063,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -max-iso9660-filenames allow 37 characters in ISO file names: SetCompl.
|
* -max-iso9660-filenames allow 37 characters in ISO file names: SetCompl.
|
||||||
(line 61)
|
(line 61)
|
||||||
* -md5-list set path of readable .md5: Jigdo. (line 67)
|
* -md5-list set path of readable .md5: Jigdo. (line 67)
|
||||||
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 257)
|
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 260)
|
||||||
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 263)
|
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 266)
|
||||||
* -N omit version number in ISO file names: SetCompl. (line 64)
|
* -N omit version number in ISO file names: SetCompl. (line 64)
|
||||||
* -no-emul-boot El Torito boot image emulation: Bootable. (line 86)
|
* -no-emul-boot El Torito boot image emulation: Bootable. (line 86)
|
||||||
* -no-pad do not add zeros to ISO tree: SetProduct. (line 93)
|
* -no-pad do not add zeros to ISO tree: SetProduct. (line 93)
|
||||||
@ -2077,15 +2080,15 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -p set Preparer Id: ImageId. (line 47)
|
* -p set Preparer Id: ImageId. (line 47)
|
||||||
* -P set Publisher Id: ImageId. (line 28)
|
* -P set Publisher Id: ImageId. (line 28)
|
||||||
* -pad add 300 KiB of zeros to ISO tree: SetProduct. (line 86)
|
* -pad add 300 KiB of zeros to ISO tree: SetProduct. (line 86)
|
||||||
* -partition_cyl_align Image size alignment: SystemArea. (line 175)
|
* -partition_cyl_align Image size alignment: SystemArea. (line 178)
|
||||||
* -partition_hd_cyl MBR heads per cylinder: SystemArea. (line 158)
|
* -partition_hd_cyl MBR heads per cylinder: SystemArea. (line 161)
|
||||||
* -partition_offset Make mountable by partition 1: SystemArea.
|
* -partition_offset Make mountable by partition 1: SystemArea.
|
||||||
(line 147)
|
(line 150)
|
||||||
* -partition_sec_hd MBR sectors per head: SystemArea. (line 161)
|
* -partition_sec_hd MBR sectors per head: SystemArea. (line 164)
|
||||||
* -part_like_isohybrid Mark partitions like with isohybrid: SystemArea.
|
* -part_like_isohybrid Mark partitions like with isohybrid: SystemArea.
|
||||||
(line 120)
|
(line 120)
|
||||||
* -path-list read pathspecs from disk file: SetInsert. (line 8)
|
* -path-list read pathspecs from disk file: SetInsert. (line 8)
|
||||||
* -prep-boot-part PReP partition: SystemArea. (line 252)
|
* -prep-boot-part PReP partition: SystemArea. (line 255)
|
||||||
* -preparer set Preparer Id: ImageId. (line 55)
|
* -preparer set Preparer Id: ImageId. (line 55)
|
||||||
* -prev-session set path for loading existing ISO image: Loading.
|
* -prev-session set path for loading existing ISO image: Loading.
|
||||||
(line 21)
|
(line 21)
|
||||||
@ -2102,8 +2105,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
|||||||
* -root redirect ISO root directory: SetInsert. (line 55)
|
* -root redirect ISO root directory: SetInsert. (line 55)
|
||||||
* -rr_reloc_dir set deep directory relocation target: SetExtras.
|
* -rr_reloc_dir set deep directory relocation target: SetExtras.
|
||||||
(line 74)
|
(line 74)
|
||||||
* -sparc-boot SUN SPARC boot images: SystemArea. (line 279)
|
* -sparc-boot SUN SPARC boot images: SystemArea. (line 282)
|
||||||
* -sparc-label SUN Disk Label text: SystemArea. (line 281)
|
* -sparc-label SUN Disk Label text: SystemArea. (line 284)
|
||||||
* -sysid set System Id: ImageId. (line 43)
|
* -sysid set System Id: ImageId. (line 43)
|
||||||
* -transparent-compression enable recognition of zisofs files: SetInsert.
|
* -transparent-compression enable recognition of zisofs files: SetInsert.
|
||||||
(line 53)
|
(line 53)
|
||||||
@ -2132,7 +2135,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Abstract File, set path, -abstract: ImageId. (line 57)
|
* Abstract File, set path, -abstract: ImageId. (line 57)
|
||||||
* ACL, record and load, --acl: SetExtras. (line 95)
|
* ACL, record and load, --acl: SetExtras. (line 95)
|
||||||
* APM, mark appended partitions, -appended_part_as_apm: SystemArea.
|
* APM, mark appended partitions, -appended_part_as_apm: SystemArea.
|
||||||
(line 212)
|
(line 215)
|
||||||
* APM, _definition: SystemArea. (line 16)
|
* APM, _definition: SystemArea. (line 16)
|
||||||
* Application Id, set, -A, -appid: ImageId. (line 34)
|
* Application Id, set, -A, -appid: ImageId. (line 34)
|
||||||
* Backup, enable fidelity, --for_backup: SetExtras. (line 92)
|
* Backup, enable fidelity, --for_backup: SetExtras. (line 92)
|
||||||
@ -2157,30 +2160,30 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
(line 104)
|
(line 104)
|
||||||
* Bootability, bootable MBR partition, --mbr-force-bootable: SystemArea.
|
* Bootability, bootable MBR partition, --mbr-force-bootable: SystemArea.
|
||||||
(line 139)
|
(line 139)
|
||||||
* Bootability, control, --grub2-sparc-core: SystemArea. (line 283)
|
* Bootability, control, --grub2-sparc-core: SystemArea. (line 286)
|
||||||
* Bootability, control, --efi-boot: Bootable. (line 59)
|
* Bootability, control, --efi-boot: Bootable. (line 59)
|
||||||
* Bootability, control, -alpha-boot: SystemArea. (line 306)
|
* Bootability, control, -alpha-boot: SystemArea. (line 309)
|
||||||
* Bootability, control, -b, -eltorito-boot: Bootable. (line 38)
|
* Bootability, control, -b, -eltorito-boot: Bootable. (line 38)
|
||||||
* Bootability, control, -B, -sparc-boot: SystemArea. (line 268)
|
* Bootability, control, -B, -sparc-boot: SystemArea. (line 271)
|
||||||
* Bootability, control, -e: Bootable. (line 53)
|
* Bootability, control, -e: Bootable. (line 53)
|
||||||
* Bootability, control, -eltorito-platform: Bootable. (line 63)
|
* Bootability, control, -eltorito-platform: Bootable. (line 63)
|
||||||
* Bootability, control, -hppa-bootloader: SystemArea. (line 295)
|
* Bootability, control, -hppa-bootloader: SystemArea. (line 298)
|
||||||
* Bootability, control, -hppa-cmdline: SystemArea. (line 289)
|
* Bootability, control, -hppa-cmdline: SystemArea. (line 292)
|
||||||
* Bootability, control, -hppa-hdrversion: SystemArea. (line 303)
|
* Bootability, control, -hppa-hdrversion: SystemArea. (line 306)
|
||||||
* Bootability, control, -hppa-kernel_32: SystemArea. (line 297)
|
* Bootability, control, -hppa-kernel_32: SystemArea. (line 300)
|
||||||
* Bootability, control, -hppa-kernel_64: SystemArea. (line 299)
|
* Bootability, control, -hppa-kernel_64: SystemArea. (line 302)
|
||||||
* Bootability, control, -hppa-ramdisk: SystemArea. (line 301)
|
* Bootability, control, -hppa-ramdisk: SystemArea. (line 304)
|
||||||
* Bootability, control, -mips-boot: SystemArea. (line 257)
|
* Bootability, control, -mips-boot: SystemArea. (line 260)
|
||||||
* Bootability, control, -mipsel-boot: SystemArea. (line 263)
|
* Bootability, control, -mipsel-boot: SystemArea. (line 266)
|
||||||
* Bootability, El Torito section id string, -eltorito-id: Bootable.
|
* Bootability, El Torito section id string, -eltorito-id: Bootable.
|
||||||
(line 93)
|
(line 93)
|
||||||
* Bootability, El Torito selection criteria, -eltorito-selcrit: Bootable.
|
* Bootability, El Torito selection criteria, -eltorito-selcrit: Bootable.
|
||||||
(line 100)
|
(line 100)
|
||||||
* Bootability, fill System Area e.g. by MBR, -G, --embedded-boot, -generic-boot: SystemArea.
|
* Bootability, fill System Area e.g. by MBR, -G, --embedded-boot, -generic-boot: SystemArea.
|
||||||
(line 68)
|
(line 68)
|
||||||
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 241)
|
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 244)
|
||||||
* Bootability, for EFI, -efi-boot-part: SystemArea. (line 218)
|
* Bootability, for EFI, -efi-boot-part: SystemArea. (line 221)
|
||||||
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 252)
|
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 255)
|
||||||
* Bootability, install ISOLINUX isohybrid MBR, -isohybrid-mbr: SystemArea.
|
* Bootability, install ISOLINUX isohybrid MBR, -isohybrid-mbr: SystemArea.
|
||||||
(line 87)
|
(line 87)
|
||||||
* Bootability, install modern GRUB2 MBR, --grub2-mbr: SystemArea.
|
* Bootability, install modern GRUB2 MBR, --grub2-mbr: SystemArea.
|
||||||
@ -2198,7 +2201,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
(line 120)
|
(line 120)
|
||||||
* Bootability, patch System Area partition table, --protective-msdos-label: SystemArea.
|
* Bootability, patch System Area partition table, --protective-msdos-label: SystemArea.
|
||||||
(line 135)
|
(line 135)
|
||||||
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 281)
|
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 284)
|
||||||
* Bootability, type of ISO MBR partition, -iso_mbr_part_type: SystemArea.
|
* Bootability, type of ISO MBR partition, -iso_mbr_part_type: SystemArea.
|
||||||
(line 127)
|
(line 127)
|
||||||
* Bugs, reporting: Bugreport. (line 6)
|
* Bugs, reporting: Bugreport. (line 6)
|
||||||
@ -2217,7 +2220,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Disk files, exclude, -hide-list: SetInsert. (line 44)
|
* Disk files, exclude, -hide-list: SetInsert. (line 44)
|
||||||
* Disk files, exclude, -m, -exclude, -x, -old-exclude: SetInsert.
|
* Disk files, exclude, -m, -exclude, -x, -old-exclude: SetInsert.
|
||||||
(line 31)
|
(line 31)
|
||||||
* Disk GUID, for GPT, --gpt_disk_guid: SystemArea. (line 228)
|
* Disk GUID, for GPT, --gpt_disk_guid: SystemArea. (line 231)
|
||||||
* disk_path, _definition: Insert. (line 7)
|
* disk_path, _definition: Insert. (line 7)
|
||||||
* ECMA-119, _definition: Standards. (line 6)
|
* ECMA-119, _definition: Standards. (line 6)
|
||||||
* El Torito, _definition: Bootable. (line 13)
|
* El Torito, _definition: Bootable. (line 13)
|
||||||
@ -2226,7 +2229,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* File timestamps, set all, --set_all_file_dates: SetExtras. (line 35)
|
* File timestamps, set all, --set_all_file_dates: SetExtras. (line 35)
|
||||||
* Forced output, control, --stdio_sync: SetProduct. (line 23)
|
* Forced output, control, --stdio_sync: SetProduct. (line 23)
|
||||||
* GPT, mark appended partitions, -appended_part_as_gpt: SystemArea.
|
* GPT, mark appended partitions, -appended_part_as_gpt: SystemArea.
|
||||||
(line 206)
|
(line 209)
|
||||||
* GPT, _definition: SystemArea. (line 13)
|
* GPT, _definition: SystemArea. (line 13)
|
||||||
* HFS+, enables production: SetExtras. (line 150)
|
* HFS+, enables production: SetExtras. (line 150)
|
||||||
* HFS+, issue blessing ppc_bootdir, -hfs-bless: SetExtras. (line 201)
|
* HFS+, issue blessing ppc_bootdir, -hfs-bless: SetExtras. (line 201)
|
||||||
@ -2243,7 +2246,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Hiding, from ISO and Rock Ridge, -hide-list: SetHide. (line 15)
|
* Hiding, from ISO and Rock Ridge, -hide-list: SetHide. (line 15)
|
||||||
* Hiding, from Joliet, -hide-joliet: SetHide. (line 18)
|
* Hiding, from Joliet, -hide-joliet: SetHide. (line 18)
|
||||||
* Hiding, from Joliet, -hide-joliet-list: SetHide. (line 22)
|
* Hiding, from Joliet, -hide-joliet-list: SetHide. (line 22)
|
||||||
* Image size, alignment, -partition_cyl_align: SystemArea. (line 175)
|
* Image size, alignment, -partition_cyl_align: SystemArea. (line 178)
|
||||||
* Incremental insertion, disable disk ino, --old-root-no-ino: SetInsert.
|
* Incremental insertion, disable disk ino, --old-root-no-ino: SetInsert.
|
||||||
(line 73)
|
(line 73)
|
||||||
* Incremental insertion, disable MD5, --old-root-no-md5: SetInsert.
|
* Incremental insertion, disable MD5, --old-root-no-md5: SetInsert.
|
||||||
@ -2297,16 +2300,16 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Joliet, _definition: Standards. (line 21)
|
* Joliet, _definition: Standards. (line 21)
|
||||||
* Links, follow on disk, -f, -follow-links: SetInsert. (line 22)
|
* Links, follow on disk, -f, -follow-links: SetInsert. (line 22)
|
||||||
* Links, record and load hard links, --hardlinks: SetExtras. (line 116)
|
* Links, record and load hard links, --hardlinks: SetExtras. (line 116)
|
||||||
* MBR, GPT, append partition, -append_partition: SystemArea. (line 186)
|
* MBR, GPT, append partition, -append_partition: SystemArea. (line 189)
|
||||||
* MBR, sectors per head, -partition_sec_hd: SystemArea. (line 158)
|
* MBR, sectors per head, -partition_sec_hd: SystemArea. (line 161)
|
||||||
* MBR, sectors per head, -partition_sec_hd <1>: SystemArea. (line 161)
|
* MBR, sectors per head, -partition_sec_hd <1>: SystemArea. (line 164)
|
||||||
* MBR, _definition: SystemArea. (line 9)
|
* MBR, _definition: SystemArea. (line 9)
|
||||||
* MD5, record and load, --md5: SetExtras. (line 108)
|
* MD5, record and load, --md5: SetExtras. (line 108)
|
||||||
* Message output, increase frequency, -gui: Miscellaneous. (line 29)
|
* Message output, increase frequency, -gui: Miscellaneous. (line 29)
|
||||||
* Message output, redirect stderr, -log-file: Miscellaneous. (line 33)
|
* Message output, redirect stderr, -log-file: Miscellaneous. (line 33)
|
||||||
* Message output, suppress, -quiet: Miscellaneous. (line 25)
|
* Message output, suppress, -quiet: Miscellaneous. (line 25)
|
||||||
* Mountability, by non-trivial partition 1, -partition_offset: SystemArea.
|
* Mountability, by non-trivial partition 1, -partition_offset: SystemArea.
|
||||||
(line 147)
|
(line 150)
|
||||||
* Options, list, -help: Miscellaneous. (line 21)
|
* Options, list, -help: Miscellaneous. (line 21)
|
||||||
* Output file, set address, -o, -output: SetProduct. (line 8)
|
* Output file, set address, -o, -output: SetProduct. (line 8)
|
||||||
* Padding, 300 KiB, -pad: SetProduct. (line 86)
|
* Padding, 300 KiB, -pad: SetProduct. (line 86)
|
||||||
@ -2364,23 +2367,23 @@ Node: SetHide32539
|
|||||||
Node: ImageId33843
|
Node: ImageId33843
|
||||||
Node: Bootable38125
|
Node: Bootable38125
|
||||||
Node: SystemArea44412
|
Node: SystemArea44412
|
||||||
Node: Charset61564
|
Node: Charset61777
|
||||||
Node: Jigdo62589
|
Node: Jigdo62802
|
||||||
Node: Miscellaneous66866
|
Node: Miscellaneous67079
|
||||||
Node: Examples68511
|
Node: Examples68724
|
||||||
Node: ExSimple69005
|
Node: ExSimple69218
|
||||||
Node: ExGraft69488
|
Node: ExGraft69701
|
||||||
Node: ExMkisofs70788
|
Node: ExMkisofs71001
|
||||||
Node: ExGrowisofs72054
|
Node: ExGrowisofs72267
|
||||||
Node: ExIncBackup73244
|
Node: ExIncBackup73457
|
||||||
Node: ExIncBckAcc76405
|
Node: ExIncBckAcc76618
|
||||||
Node: ExBootable78094
|
Node: ExBootable78307
|
||||||
Node: Files82276
|
Node: Files82489
|
||||||
Node: Environ83371
|
Node: Environ83584
|
||||||
Node: Seealso84142
|
Node: Seealso84355
|
||||||
Node: Bugreport84793
|
Node: Bugreport85006
|
||||||
Node: Legal85386
|
Node: Legal85599
|
||||||
Node: CommandIdx86283
|
Node: CommandIdx86496
|
||||||
Node: ConceptIdx101931
|
Node: ConceptIdx102144
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISOFS 1 "Version 1.4.7, Jun 03, 2017"
|
@c man .TH XORRISOFS 1 "Version 1.4.7, Jun 29, 2017"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -1646,6 +1646,10 @@ MBR partition of type other than 0xee or 0xef.
|
|||||||
If no such partition exists, then no bootflag is set, unless
|
If no such partition exists, then no bootflag is set, unless
|
||||||
@minus{}@minus{}mbr-force-bootable forces creation of a dummy partition
|
@minus{}@minus{}mbr-force-bootable forces creation of a dummy partition
|
||||||
of type 0x00 which covers only the first block of the ISO image.
|
of type 0x00 which covers only the first block of the ISO image.
|
||||||
|
@*
|
||||||
|
If no bootable MBR is indicated by other options and a partition gets created
|
||||||
|
by -append_partition, then @minus{}@minus{}mbr-force-bootable causes a
|
||||||
|
bootflag like it would do with e.g. @minus{}@minus{}protective-msdos-label.
|
||||||
@c man .TP
|
@c man .TP
|
||||||
@item -partition_offset 2kb_block_adr
|
@item -partition_offset 2kb_block_adr
|
||||||
@kindex -partition_offset Make mountable by partition 1
|
@kindex -partition_offset Make mountable by partition 1
|
||||||
|
Loading…
Reference in New Issue
Block a user