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

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.69 by root, Sun Sep 1 16:00:40 2019 UTC vs.
Revision 1.70 by root, Sun Sep 8 16:50:39 2019 UTC

24our $VERSION = '1.4'; 24our $VERSION = '1.4';
25our $JSON_VERSION = 3; # the version of the json objects generated by this program 25our $JSON_VERSION = 3; # the version of the json objects generated by this program
26 26
27our $CHANGELOG = <<EOF; 27our $CHANGELOG = <<EOF;
28 28
29 - work around lsblk bug sometimes giving dos pttype for gpt partitions. 29 - work around lsblk bug sometimes giving "dos" pttype for gpt partitions.
30 - bootmenupolicy in synopsis must be set to 0 for text menu. 30 - bootmenupolicy in synopsis must be set to 0 for text menu.
31 - minor doc fxes.
31 32
321.4 Thu Aug 22 10:48:22 CEST 2019 331.4 Thu Aug 22 10:48:22 CEST 2019
33 - new "create" subcommand. 34 - new "create" subcommand.
34 - "create" and "edit" try to save and restore ownership/permissions 35 - "create" and "edit" try to save and restore ownership/permissions
35 of bcd hives when writing the new file. 36 of bcd hives when writing the new file.
509 [{GUID}]type[<flags>][=arg,arg...] 510 [{GUID}]type[<flags>][=arg,arg...]
510 511
511Here are some examples: 512Here are some examples:
512 513
513 boot 514 boot
514 {b097d29f-bc00-11e9-8a9a-525400123456}block=file,<boot>,\\EFI" 515 {b097d29f-bc00-11e9-8a9a-525400123456}block=file,<boot>,\EFI
515 locate=<null>,element,systemroot 516 locate=<null>,element,systemroot
516 partition=<null>,harddisk,mbr,47cbc08a,1048576 517 partition=<null>,harddisk,mbr,47cbc08a,1048576
517 partition=<null>,harddisk,gpt,9742e468-9206-48a0-b4e4-c4e9745a356a,76d39e5f-ad1b-407e-9c05-c81eb83b57dd 518 partition=<null>,harddisk,gpt,9742e468-9206-48a0-b4e4-c4e9745a356a,76d39e5f-ad1b-407e-9c05-c81eb83b57dd
518 block<1>=ramdisk,<partition=<null>,harddisk,mbr,47cbc08a,68720525312>,0,0,0,\Recovery\b097d29e-bc00-11e9-8a9a-525400123456\Winre.wim 519 block<1>=ramdisk,<partition=<null>,harddisk,mbr,47cbc08a,68720525312>,0,0,0,\Recovery\b097d29e-bc00-11e9-8a9a-525400123456\Winre.wim
519 block=file,<partition=<null>,harddisk,gpt,9742e468-9206-48a0-b4e4-c4e9745a356a,ee3a393a-f0de-4057-9946-88584245ed48>,\ 520 block=file,<partition=<null>,harddisk,gpt,9742e468-9206-48a0-b4e4-c4e9745a356a,ee3a393a-f0de-4057-9946-88584245ed48>,\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines