From 1548189ffa8a54275ed58476993dba6dcaf799a0 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Sat, 30 Jan 2010 09:48:21 +0000 Subject: [proto] Remove unsupported NFS protocol The NFS protocol code came from legacy Etherboot and was never updated to work as a gPXE protocol. There has been no demand for this protocol, so this patch removes it. I have an unfinished NFSv3 over TCP implementation for gPXE that can be used as the base for new work, should we want to resurrect this protocol. Signed-off-by: Stefan Hajnoczi Signed-off-by: Marty Connor --- src/core/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/settings.c') diff --git a/src/core/settings.c b/src/core/settings.c index 2fefdb908..7d83101cf 100644 --- a/src/core/settings.c +++ b/src/core/settings.c @@ -1426,7 +1426,7 @@ struct setting filename_setting __setting = { /** Root path setting */ struct setting root_path_setting __setting = { .name = "root-path", - .description = "NFS/iSCSI root path", + .description = "iSCSI root path", .tag = DHCP_ROOT_PATH, .type = &setting_type_string, }; -- cgit v1.2.3-55-g7522