usr/src/cmd/distro_const/DC-manifest.rng
changeset 882 6b6afe177f47
parent 727 3d76804f6900
child 1396 adcf120e94f8
--- a/usr/src/cmd/distro_const/DC-manifest.rng	Mon Sep 20 09:00:45 2010 -0700
+++ b/usr/src/cmd/distro_const/DC-manifest.rng	Tue Sep 21 10:21:04 2010 +0200
@@ -18,8 +18,7 @@
 
 CDDL HEADER END
 
-Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
-Use is subject to license terms.
+Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
 -->
 
 <!--
@@ -482,10 +481,15 @@
 	=======================================================================
 	-->
 	<define name="nm_boot_archive_compression">
-		<!-- enum of gzip, none -->
+		<!-- enum of gzip, dcfs, none
+
+                'gzip' and 'none' are applicable to x86 platform while
+                'dcfs' and 'none' are applicable to Sparc.
+                -->
 		<attribute name="type">
 			<choice>
 				<value>gzip</value>
+				<value>dcfs</value>
 				<value>none</value>
 			</choice>
 		</attribute>