Update README.md
This commit is contained in:
parent
24178ee10b
commit
1dd649973d
13
README.md
13
README.md
|
@ -12,15 +12,15 @@ $ gdisk /dev/sda
|
|||
**Create GPT and EFI-partion.**
|
||||
_# Creates new GPT-partition table._
|
||||
$ o
|
||||
_Accept._
|
||||
_# Accept._
|
||||
$ y
|
||||
_New partition._
|
||||
_# New partition._
|
||||
$ n
|
||||
_512 MB should be plenty for /boot._
|
||||
_# 512 MB should be plenty for /boot._
|
||||
$ +512M
|
||||
_Mark as EFI._
|
||||
_# Mark as EFI._
|
||||
$ ef00
|
||||
_New main partition, accept all the following using "y"._
|
||||
_# New main partition, accept all the following using "y"._
|
||||
$ n
|
||||
|
||||
**Print and check your partitions.**
|
||||
|
@ -28,7 +28,8 @@ $ p
|
|||
|
||||
**Write partitions to device.**
|
||||
$ w
|
||||
$ y # _Accept._
|
||||
_# Accept._
|
||||
$ y
|
||||
|
||||
**Encrypt primary partition.**
|
||||
$ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2
|
||||
|
|
Loading…
Reference in New Issue