index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | eb600467066e6d6f39163391c96fb0355aacaf3b (patch) | |
tree | 52ec294c7a8661cdea6ab193bbf93e42e7f16c3a /docs | |
parent | c8eb3f3b34b82a9a64777834be8d3247f77739e5 (diff) |
-rw-r--r-- | docs/README.altbootmethods | 6 |
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 |