usr/src/cmd/distro_const/slim_cd/slimcd_gen_cd_content
changeset 531 e526f752d6d0
parent 465 e1eee1bbee72
child 636 cac9378cd3f8
--- a/usr/src/cmd/distro_const/slim_cd/slimcd_gen_cd_content	Tue Apr 14 18:16:13 2009 +0100
+++ b/usr/src/cmd/distro_const/slim_cd/slimcd_gen_cd_content	Tue Apr 14 15:57:23 2009 -0400
@@ -84,6 +84,7 @@
 
 IMG_CONTENT_FILE=".livecd-cdrom-content"
 IMG_INFO_FILE=".image_info"
+BOOT_ARCHIVE_BASE="x86.microroot"
 
 #
 # The package image area is the "root" of the live CD
@@ -95,7 +96,9 @@
 fi
 
 ${FIND} . ! \( -name '*.zlib' -o -name ${IMG_INFO_FILE} \
-	-o -name ${IMG_CONTENT_FILE} \) -print > ${IMG_CONTENT_FILE}
+	-o -name ${IMG_CONTENT_FILE} -o -name ${BOOT_ARCHIVE_BASE} \) -print \
+	> ${IMG_CONTENT_FILE}
+
 if [ "$?" != "0" ] ; then
 	print -u2 "$0:  there's an error generating the image content list."
 	exit 1