grub efi cfg: update fdisk instruction for latest util-linux

In util-linux-2.37, fdisk uses partition type name instead of hex code.
This commit is contained in:
Xi Ruoyao 2022-02-26 23:17:34 +08:00
parent 672f2a570f
commit 43397b0e18
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -61,15 +61,15 @@
<screen role="nodump"><userinput>fdisk /dev/sdx</userinput>
<literal>
Welcome to fdisk (util-linux 2.36.2).
Welcome to fdisk (util-linux 2.37.4).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): </literal><userinput>t</userinput>
<literal>Selected partition 1
Hex code or alias (type L to list all): </literal><userinput>ef</userinput>
<literal>Changed type of partition 'Linux' to 'EFI (FAT-12/16/32)'.
<literal>Partition number (1-9, default 9): </literal><userinput>1</userinput>
<literal>Partition type or alias (type L to list all): </literal><userinput>uefi</userinput>
<literal>Changed type of partition 'Linux filesystem' to 'EFI System'.
Command (m for help): </literal><userinput>w</userinput>
<literal>The partition table has been altered.