Sync fdisk output values, with corrected ones earlier in guide
This commit is contained in:
parent
dd73a91f9f
commit
7dc3a072e5
1 changed files with 4 additions and 3 deletions
|
@ -1194,11 +1194,12 @@ Partition type
|
|||
e extended (container for logical partitions)
|
||||
Select (default p): p
|
||||
Partition number (1-4, default 1): 1
|
||||
First sector (0-60549119, default 0):
|
||||
Last sector, +/-sectors or +/-size{K,M,G,T,P} (0-60549119, default 60549119): +4G
|
||||
First sector (2048-60549119, default 0):
|
||||
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-60549119, default 60549119): +4G
|
||||
|
||||
Created a new partition 2 of type 'Linux' and of size 4 GiB.
|
||||
Created a new partition 1 of type 'Linux' and of size 4 GiB.
|
||||
```
|
||||
|
||||
Next, make a root partition. This will take up the rest of the disk.
|
||||
```
|
||||
Command (m for help): n
|
||||
|
|
Loading…
Reference in a new issue