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

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.20 by root, Wed Aug 14 23:35:59 2019 UTC vs.
Revision 1.21 by root, Wed Aug 14 23:36:49 2019 UTC

487optional parent device on which to search on, and is often C<null>. Note 487optional parent device on which to search on, and is often C<null>. Note
488that the angle brackets around I<parent> are part of the syntax. 488that the angle brackets around I<parent> are part of the syntax.
489 489
490I<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 file to be used as a disk image,
493C<vhd> is used for virtual harddisks - F<vhd> and F<vhdx> files. 493and C<vhd> is used to treat files as virtual harddisks, i.e. F<vhd> and
494F<vhdx> files.
494 495
495The I<partitiontype> is either C<mbr>, C<gpt> or C<raw>, the latter being 496The 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" 497used for devices without partitions, such as cdroms, where the "partition"
497is usually the whole device. 498is usually the whole device.
498 499

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines