diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-24 20:16:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-24 20:16:33 -0500 |
commit | 27129b0bd4c4ed368b724003f0275cf36ed15d0f (patch) | |
tree | 42c3092e41d128d7218aea227de702be6e355da9 | |
parent | b49b2783573ec3f604f2b945014495c326639698 (diff) | |
download | book-27129b0bd4c4ed368b724003f0275cf36ed15d0f.tar.lz book-27129b0bd4c4ed368b724003f0275cf36ed15d0f.tar.xz book-27129b0bd4c4ed368b724003f0275cf36ed15d0f.zip |
fix hostname
-rw-r--r-- | install-hyperbola/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index 3b497cc..0d61da3 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -131,7 +131,7 @@ root@hyperiso# `pacstrap /mnt kernel-firmware` - Establecer nombre del equipo para esto tenemos que editar el archivo `/etc/conf.d/hostname`: - - sh-4.2# `echo gnulinux > /etc/conf.d/hostname` + - sh-4.2# `echo gnulinux > /etc/hostname` > Nombre a escoger, puede ser cualquier nombre en minúscula. eg. `gnulinux` |