Update README.md

This commit is contained in:
Luís Guilherme Bergamini Mendes 2021-02-02 08:14:16 -03:00 committed by GitHub
parent fffe6f23cc
commit 7d279f45b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ The packages needed to build LFS were downloaded from [here](http://ftp.lfs-matr
Create a partition and a filesystem in the virtual hard disk (/dev/sdb): Create a partition and a filesystem in the virtual hard disk (/dev/sdb):
``` ```
mkdir /mnt/lfs
fdisk /dev/sdb fdisk /dev/sdb
``` ```