Update README.md
This commit is contained in:
parent
01e93e66d8
commit
d30978786a
14
README.md
14
README.md
|
@ -10,19 +10,19 @@ $ lsblk
|
|||
$ gdisk /dev/sda
|
||||
|
||||
**Create GPT and EFI-partion.**
|
||||
$ o # _Creates new GPT-partition table._
|
||||
$ y # _Accept._
|
||||
$ n # _New partition._
|
||||
$ +512M # _512 MB should be plenty for /boot._
|
||||
$ ef00 # _Mark as EFI._
|
||||
$ n # _New main partition, accept all the following using "y"._
|
||||
$ o# _Creates new GPT-partition table._
|
||||
$ y # _Accept._
|
||||
$ n # _New partition._
|
||||
$ +512M # _512 MB should be plenty for /boot._
|
||||
$ ef00 # _Mark as EFI._
|
||||
$ n # _New main partition, accept all the following using "y"._
|
||||
|
||||
**Print and check your partitions.**
|
||||
$ p
|
||||
|
||||
**Write partitions to device.**
|
||||
$ w
|
||||
$ y # _Accept._
|
||||
$ y # _Accept._
|
||||
|
||||
**Encrypt primary partition.**
|
||||
$ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2
|
||||
|
|
Loading…
Reference in New Issue