From b14adf04fe63c4b5f09bc496ff9b1fdb804d9640 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 12 Aug 2014 20:37:12 -0300 Subject: [archiso] Update README Signed-off-by: Gerardo Exequiel Pozzi --- docs/README.altbootmethods | 6 +++--- 1 file 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 -- cgit v1.2.3-54-g00ecf