Removed wrong formatation

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-16 20:27:35 +02:00
parent 4b15b0b5bc
commit b3b10b2dc4

View File

@ -140,7 +140,7 @@ umount /mnt
#### 4.7 #### 4.7
Delete unencrypted LVM-Volume-Group by executing: Delete unencrypted LVM-Volume-Group by executing:
```bash ```bash
umount /mnt vgremove vg0
``` ```
#### 4.8 #### 4.8
@ -166,12 +166,6 @@ Mount encrypted :
mount /dev/vg0/root /mnt mount /dev/vg0/root /mnt
``` ```
#### 4.11
Mount encrypted :
```bash
mount /dev/vg0/root /mnt
```
#### 4.12 #### 4.12
Copy "system": Copy "system":
```bash ```bash