ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.16 by root, Wed Aug 14 23:28:52 2019 UTC vs.
Revision 1.17 by root, Wed Aug 14 23:29:41 2019 UTC

485 485
486This designates a specific partition on a block device. C<< <parent> 486This designates a specific partition on a block device. C<< <parent>
487>> is an optional parent device on which to search on, and is often 487>> is an optional parent device on which to search on, and is often
488C<null>. Note that the angle brackets are part of the syntax. 488C<null>. Note that the angle brackets are part of the syntax.
489 489
490C<devicetypes> is one of C<harddisk>, C<floppy>, C<cdrom>, C<ramdisk>, 490I<devicetypes> is one of C<harddisk>, C<floppy>, C<cdrom>, C<ramdisk>,
491C<file> or C<vhd>, where the first three should be self-explaining, 491C<file> or C<vhd>, where the first three should be self-explaining,
492C<file> is usually used to locate a device by finding a magic file, and 492C<file> is usually used to locate a device by finding a magic file, and
493C<vhd> is used for virtual harddisks - F<.vhd> and F<-vhdx> files. 493C<vhd> is used for virtual harddisks - F<.vhd> and F<.vhdx> files.
494 494
495The C<partitiontype> is either C<mbr>, C<gpt> or C<raw>, the latter being 495The I<partitiontype> is either C<mbr>, C<gpt> or C<raw>, the latter being
496used for devices without partitions, such as cdroms, where the "partition" 496used for devices without partitions, such as cdroms, where the "partition"
497is usually the whole device. 497is usually the whole device.
498 498
499The C<diskid> identifies the disk or device using a unique signature, and 499The I<diskid> identifies the disk or device using a unique signature, and
500the same is true for the C<partitionid>. How these are interpreted depends 500the same is true for the I<partitionid>. How these are interpreted depends
501on the C<partitiontype>: 501on the I<partitiontype>:
502 502
503=over 503=over
504 504
505=item C<mbr> 505=item C<mbr>
506 506

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines