diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-23 14:58:19 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-23 14:58:19 -0500 |
commit | d9cb7a20158e3f5a6bbfede8ec08e535207c36e0 (patch) | |
tree | 2a813f1587bb19acee61851b9ef3608c97cfadb6 | |
parent | 009e4f43e319801b563356ad1401f37053d2f10b (diff) | |
download | book-d9cb7a20158e3f5a6bbfede8ec08e535207c36e0.tar.lz book-d9cb7a20158e3f5a6bbfede8ec08e535207c36e0.tar.xz book-d9cb7a20158e3f5a6bbfede8ec08e535207c36e0.zip |
[install-hyperbola]: update
-rw-r--r-- | install-hyperbola/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index 7d50845..eeed983 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -190,10 +190,8 @@ root@hyperiso# `pacstrap /mnt kernel-firmware` - Como la configuración regional, debe configurar el mapa de teclas en el archivo `/etc/conf.d/keymaps` - - sh-4.2# `nano /etc/conf.d/keymaps` - ```console -$ keymap="es" +sh-4.2# sed -e 's/^keymap="us"/keymap="es"/g' -i /etc/conf.d/keymaps ``` - Instalación del Grub |