[archiso] Update README

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
This commit is contained in:
Gerardo Exequiel Pozzi 2014-08-12 20:37:12 -03:00
parent f5b84dad94
commit b14adf04fe

View File

@ -109,17 +109,17 @@ methods can be used to serve the rest of live-medium.
* NFS * NFS
# echo "/run/archiso/bootmnt 192.168.0.*(ro,no_subtree_check,no_root_squash)" >> /etc/exports # 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 * NBD
Note: Adjust ARCH_201302 as needed. Note: Adjust ARCH_201408 as needed.
# cat << EOF > /tmp/nbd-server.conf # cat << EOF > /tmp/nbd-server.conf
[generic] [generic]
[archiso] [archiso]
readonly = true readonly = true
exportname = /dev/disk/by-label/ARCH_201302 exportname = /dev/disk/by-label/ARCH_201408
EOF EOF
# nbd-server -C /tmp/nbd-server.conf # nbd-server -C /tmp/nbd-server.conf