PERFORCE change 111014 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 08:47:43 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111014

Change 111014 by millert at millert_g5tower on 2006/12/04 16:31:37

	Explicitly mention rremoving kext caches

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/sefos-install.txt#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/sefos-install.txt#6 (text+ko) ====

@@ -213,7 +213,15 @@
     $ sudo make install
 
 
-Step 12: Reboot in Single User Mode
+Step 12: Flush kernel caches
+
+  Remove the old kext and kernel caches:
+
+    $ sudo rm -f  /System/Library/Extensions.* \
+	/System/Library/Caches/com.apple.kernelcaches/*
+
+
+Step 13: Reboot in Single User Mode
 
   At this point, you should now have a new Darwin kernel, support
   libraries, command line tools, and configuration files installed.
@@ -233,13 +241,13 @@
   mode has been enabled.
 
 
-Step 13: Reboot
+Step 14: Reboot
 
   If you were in single user mode to set initial file labels, run
   'reboot' from the console.  Otherwise, restart the machine normally.
 
 
-Step 14: Verify System Functionality
+Step 15: Verify System Functionality
 
   After rebooting, log in on the graphical console.  After you have
   entered your password you will be presented with an additional


More information about the trustedbsd-cvs mailing list