diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2014-08-12 20:37:12 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2014-08-12 20:37:12 -0300 |
commit | b14adf04fe63c4b5f09bc496ff9b1fdb804d9640 (patch) | |
tree | 1e19304f652a5f2fa7b1630f80b9dd08dde84e92 | |
parent | f5b84dad94ed6ecbe1605ea5dec61ca728a6c67d (diff) | |
download | archiso32-b14adf04fe63c4b5f09bc496ff9b1fdb804d9640.tar.xz |
[archiso] Update README
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-rw-r--r-- | docs/README.altbootmethods | 6 |
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 |