diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-20 20:50:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-20 20:50:59 -0500 |
commit | 6899fca35091c0c4698c7523bb2dacdc469bd58b (patch) | |
tree | 4c6bc3007dba9aef9f5031200eff5f4b92a881b0 | |
parent | 8625b745fddb5ea87342ccb08a1068037592bb17 (diff) | |
download | book-6899fca35091c0c4698c7523bb2dacdc469bd58b.tar.lz book-6899fca35091c0c4698c7523bb2dacdc469bd58b.tar.xz book-6899fca35091c0c4698c7523bb2dacdc469bd58b.zip |
minor fix
-rw-r--r-- | install-hyperbola/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index ebb1e95..3b497cc 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -48,9 +48,9 @@ root@hyperiso# `cfdisk` ejemplo: ```bash -sda1=/boot, -sda2=/, -sda3=/home, +sda1=/boot +sda2=/ +sda3=/home sda4=swap Recomendaciones: |