Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
murer committed Apr 7, 2022
1 parent 320ed0b commit 05fa766
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,23 @@ Split your disks: [DISK.md](https://github.com/murer/hexblade/blob/master/docs/D

Install:

MBR: https://github.com/murer/hexblade/blob/master/src/recipe/util/min_crypt_mbr.sh
### install MBR

EFI: https://github.com/murer/hexblade/blob/master/src/recipe/util/min_lvm_crypt_efi.sh
https://github.com/murer/hexblade/blob/master/src/recipe/util/min_crypt_mbr.sh

```shell
# MBR
./src/recipe/util/min_crypt_mbr.sh from_scratch
```

### install EFI

https://github.com/murer/hexblade/blob/master/src/recipe/util/min_lvm_crypt_efi.sh

```shell
# MBR
./src/recipe/util/min_lvm_crypt_efi.sh from_scratch
```

## Versions

Expand Down

0 comments on commit 05fa766

Please sign in to comment.