[archiso] Always copytoram for NFS

Avoids problems on shutdown (and during normal usage if networks settings changed)

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2012-08-25 15:14:51 -03:00
parent 6fae221c28
commit b629c4a4ad

View file

@ -22,5 +22,6 @@ archiso_nfs_mount_handler() {
launch_interactive_shell
fi
copytoram="y"
archiso_mount_handler ${newroot}
}