mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
672f2a570f
commit
43397b0e18
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user