Revision
23656
Author
dsorresso@apple.com
Date
2008-08-13 18:25:40 -0700 (Wed, 13 Aug 2008)

Log Message

Committing Dave's patch to rc.netboot.

Modified Paths

Diff

Modified: branches/PR-5977502/launchd/src/rc.netboot (23655 => 23656)


--- branches/PR-5977502/launchd/src/rc.netboot	2008-08-14 01:21:27 UTC (rev 23655)
+++ branches/PR-5977502/launchd/src/rc.netboot	2008-08-14 01:25:40 UTC (rev 23656)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##
-# Copyright 2002 Apple Computer, Inc.
+# Copyright 2002-2008 Apple Inc.
 #
 # This script configures NetBoot
 ##
@@ -105,7 +105,11 @@
 	return 1
     fi
     case "${mount_from}" in
-	afp:*) fstype=afp;;
+	afp:*)
+		fstype=afp
+		kextload /System/Library/Filesystems/AppleShare/asp_tcp.kext
+		kextload /System/Library/Filesystems/AppleShare/afpfs.kext
+		;;
  	nfs:*) fstype=nfs;;
 	*) echo "unknown network filesystem mount from ${mount_from}"
 	   return 1