From b3b10b2dc4c604aca61bb3c2d1c977a2b0a0d6db Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 16 Apr 2020 20:27:35 +0200 Subject: [PATCH] Removed wrong formatation --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 983d8f8..4a40174 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ umount /mnt #### 4.7 Delete unencrypted LVM-Volume-Group by executing: ```bash -umount /mnt +vgremove vg0 ``` #### 4.8 @@ -166,12 +166,6 @@ Mount encrypted : mount /dev/vg0/root /mnt ``` -#### 4.11 -Mount encrypted : -```bash -mount /dev/vg0/root /mnt -``` - #### 4.12 Copy "system": ```bash