New boot_image boot specs partition_offset, partition_hd_cyl, partition_sec_hd
This commit is contained in:
@ -2129,6 +2129,19 @@ of the existing sessions, unless one can assume overwriteable media.
|
||||
when the new System Area is written.
|
||||
Special "system_area=/dev/zero" causes 32k of NUL-bytes. Use this
|
||||
to discard an MBR which eventually was loaded with the ISO image.
|
||||
*partition_offset=*2kb_block_adr causes a partition table where the
|
||||
first partition begins at the given block address. This is counted
|
||||
in 2 kB blocks, not in 512 byte blocks. If the block address is
|
||||
non-zero then it must be at least 16. A non-zero partition offset
|
||||
causes two susperblocks to be generated and two sets of directory
|
||||
trees. The image is then mountable from its absolute start as well
|
||||
as from the partition start.
|
||||
Preliminary restrictions: Non-zero offset works only with blank
|
||||
output media and implies -compliance no_emul_toc.
|
||||
*partition_sec_hd=*number gives the number of sectors per head for
|
||||
partition offset. 0 chooses a default value.
|
||||
*partition_hd_cyl=*number gives the number of heads per cylinder
|
||||
for partition offset. 0 chooses a default value.
|
||||
|
||||
|
||||
File: xorriso.info, Node: Charset, Next: Exception, Prev: Bootable, Up: Options
|
||||
@ -4071,6 +4084,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Ownership, global in ISO image, -uid: SetWrite. (line 162)
|
||||
* Ownership, in ISO image, -chown: Manip. (line 42)
|
||||
* Ownership, in ISO image, -chown_r: Manip. (line 47)
|
||||
* Partition offset, _definiton: Bootable. (line 142)
|
||||
* Partition table, _definiton: Bootable. (line 124)
|
||||
* Pathspec, _definition: SetInsert. (line 120)
|
||||
* Pattern expansion, _definition: Processing. (line 22)
|
||||
@ -4183,37 +4197,37 @@ Node: Filter75390
|
||||
Node: Writing79739
|
||||
Node: SetWrite86028
|
||||
Node: Bootable97977
|
||||
Node: Charset106184
|
||||
Node: Exception108938
|
||||
Node: DialogCtl113453
|
||||
Node: Inquiry115798
|
||||
Node: Navigate119928
|
||||
Node: Verify127526
|
||||
Node: Restore135946
|
||||
Node: Emulation142602
|
||||
Node: Scripting150325
|
||||
Node: Frontend155887
|
||||
Node: Examples157088
|
||||
Node: ExDevices158257
|
||||
Node: ExCreate158891
|
||||
Node: ExDialog160165
|
||||
Node: ExGrowing161427
|
||||
Node: ExModifying162229
|
||||
Node: ExBootable162730
|
||||
Node: ExCharset163277
|
||||
Node: ExPseudo164105
|
||||
Node: ExCdrecord164999
|
||||
Node: ExMkisofs165314
|
||||
Node: ExGrowisofs166317
|
||||
Node: ExException167441
|
||||
Node: ExTime167895
|
||||
Node: ExIncBackup168354
|
||||
Node: ExRestore171826
|
||||
Node: ExRecovery172795
|
||||
Node: Files173361
|
||||
Node: Seealso174589
|
||||
Node: Legal175113
|
||||
Node: CommandIdx176035
|
||||
Node: ConceptIdx189841
|
||||
Node: Charset107016
|
||||
Node: Exception109770
|
||||
Node: DialogCtl114285
|
||||
Node: Inquiry116630
|
||||
Node: Navigate120760
|
||||
Node: Verify128358
|
||||
Node: Restore136778
|
||||
Node: Emulation143434
|
||||
Node: Scripting151157
|
||||
Node: Frontend156719
|
||||
Node: Examples157920
|
||||
Node: ExDevices159089
|
||||
Node: ExCreate159723
|
||||
Node: ExDialog160997
|
||||
Node: ExGrowing162259
|
||||
Node: ExModifying163061
|
||||
Node: ExBootable163562
|
||||
Node: ExCharset164109
|
||||
Node: ExPseudo164937
|
||||
Node: ExCdrecord165831
|
||||
Node: ExMkisofs166146
|
||||
Node: ExGrowisofs167149
|
||||
Node: ExException168273
|
||||
Node: ExTime168727
|
||||
Node: ExIncBackup169186
|
||||
Node: ExRestore172658
|
||||
Node: ExRecovery173627
|
||||
Node: Files174193
|
||||
Node: Seealso175421
|
||||
Node: Legal175945
|
||||
Node: CommandIdx176867
|
||||
Node: ConceptIdx190673
|
||||
|
||||
End Tag Table
|
||||
|
Reference in New Issue
Block a user