Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2014-08-12 20:37:12 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2014-08-12 20:37:12 -0300
commiteb600467066e6d6f39163391c96fb0355aacaf3b (patch)
tree52ec294c7a8661cdea6ab193bbf93e42e7f16c3a /docs
parentc8eb3f3b34b82a9a64777834be8d3247f77739e5 (diff)
[archiso] Update README
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README.altbootmethods6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index 574e658..3c07e03 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -109,17 +109,17 @@ methods can be used to serve the rest of live-medium.
* NFS
# echo "/run/archiso/bootmnt 192.168.0.*(ro,no_subtree_check,no_root_squash)" >> /etc/exports
-# systemctl start rpc-mountd.service
+# systemctl start nfs-server.service
* NBD
-Note: Adjust ARCH_201302 as needed.
+Note: Adjust ARCH_201408 as needed.
# cat << EOF > /tmp/nbd-server.conf
[generic]
[archiso]
readonly = true
- exportname = /dev/disk/by-label/ARCH_201302
+ exportname = /dev/disk/by-label/ARCH_201408
EOF
# nbd-server -C /tmp/nbd-server.conf