gpt: new gptprio.next command for selecting priority based partitions
Basic usage would look something like this: gptprio.next -d usr_dev -u usr_uuid linuxefi ($usr_dev)/boot/vmlinuz mount.usr=PARTUUID=$usr_uuid After booting the system should set the 'successful' bit on the partition that was used.
This commit is contained in:
parent
d3c2759e83
commit
e49d5b587e
5 changed files with 448 additions and 0 deletions
|
@ -831,6 +831,11 @@ module = {
|
|||
common = commands/gptrepair.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = gptprio;
|
||||
common = commands/gptprio.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = gpt;
|
||||
common = lib/gpt.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue