Difference between revisions of "Translations:Install/GPT Partitioning/12/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Tag: Reverted
Line 5: Line 5:
Last sector: ##i##↵##!i## (for rest of disk)
Last sector: ##i##↵##!i## (for rest of disk)
Hex Code: ##i##↵
Hex Code: ##i##↵
}}
(Optional) If you wish to use disk labels instead of /dev/sdXX (where XX is your disk and partition number) do:
{{console|body=
Command: ##i##c ↵
Partition Number: ##i##1
Enter name: ##i##BOOT
Command: ##i##c ↵
Partition Number: ##i##2
Enter name: ##i##swap
Command: ##i##c ↵
Partition Number: ##i##3
Enter name: ##i##ROOT
}}
}}

Revision as of 16:48, October 16, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/GPT Partitioning)
{{console|body=
Command: ##i##n ↵
Partition Number: ##i##3 ↵
First sector: ##i##↵
Last sector: ##i##↵##!i## (for rest of disk)
Hex Code: ##i##↵
}}
Command: n ↵
Partition Number: 3 ↵
First sector: 
Last sector:  (for rest of disk)
Hex Code: 

(Optional) If you wish to use disk labels instead of /dev/sdXX (where XX is your disk and partition number) do:

Command: c ↵
Partition Number: 1
Enter name: BOOT 
Command: c ↵
Partition Number: 2
Enter name: swap
Command: c ↵
Partition Number: 3
Enter name: ROOT