Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
slim_source/usr/src/cmd/distro_const/text_install/text_mode_x86.xml
Find file
Copy path
Fetching contributors…
| <!-- | |
| CDDL HEADER START | |
| The contents of this file are subject to the terms of the | |
| Common Development and Distribution License (the "License"). | |
| You may not use this file except in compliance with the License. | |
| You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE | |
| or http://www.opensolaris.org/os/licensing. | |
| See the License for the specific language governing permissions | |
| and limitations under the License. | |
| When distributing Covered Code, include this CDDL HEADER in each | |
| file and include the License file at usr/src/OPENSOLARIS.LICENSE. | |
| If applicable, add the following below this CDDL HEADER, with the | |
| fields enclosed by brackets "[]" replaced with your own identifying | |
| information: Portions Copyright [yyyy] [name of copyright owner] | |
| CDDL HEADER END | |
| Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. | |
| XML specification for building the limited language OpenIndiana | |
| Text Mode Installer iso and usb image | |
| --> | |
| <distribution name="OpenIndiana_Text_X86"> | |
| <distro_constr_params> | |
| <!-- | |
| Where to build. This can be a zfs dataset or a mountpoint. | |
| The area will be created if it doesn't exist. If the build_area | |
| is not a zfs dataset or mountpoint, checkpointing will not | |
| be enabled. | |
| --> | |
| <build_area>rpool/dc</build_area> | |
| <distro_constr_flags> | |
| <!-- | |
| Controls whether the DC should stop | |
| if there is an error when the DC is running | |
| --> | |
| <stop_on_error>true</stop_on_error> | |
| <!-- | |
| You can specify the step to resume the | |
| build from here with the resume_from | |
| attribute field of checkpoint_enable. | |
| This value will be overridden by | |
| the command line if the -r flag is used. | |
| Valid values are step | |
| numbers or name | |
| --> | |
| <checkpoint_enable> | |
| <!-- | |
| true implies Checkpointing is enabled | |
| --> | |
| true | |
| </checkpoint_enable> | |
| </distro_constr_flags> | |
| <output_image> | |
| <!-- | |
| List of finalizer scripts to be run. They are used | |
| to customize the image and will be run in the | |
| order listed. The name of the checkpoint to | |
| be created when this script is run is required. | |
| The checkpoint message is displayed when the | |
| step is run and is optional. | |
| There are 5 standard arguments that are passed to | |
| every finalizer script (manifest socket, pkg_image path, | |
| tmp dir, boot archive build area, media dir). You may also | |
| specify additional arguments (arg6+) in the argslist. | |
| This argslist is a whitespace-separated list of double | |
| quoted strings. | |
| --> | |
| <finalizer> | |
| <script name="/usr/share/distro_const/im_pop.py"> | |
| <checkpoint | |
| name="im-pop" | |
| message="Image area creation"/> | |
| </script> | |
| <script name="/usr/share/distro_const/pre_boot_archive_pkg_image_mod.py"> | |
| <checkpoint | |
| name="im-mod" | |
| message="Image area modifications"/> | |
| </script> | |
| <script name="/usr/share/distro_const/text_install/tm_pre_boot_archive_pkg_image_mod"> | |
| <checkpoint | |
| name="tm-im-mod" | |
| message="Text mode Image area Modifications"/> | |
| </script> | |
| <script name="/usr/share/distro_const/boot_archive_initialize.py"> | |
| <checkpoint | |
| name="ba-init" | |
| message="Boot archive initialization"/> | |
| </script> | |
| <script name="/usr/share/distro_const/boot_archive_configure"> | |
| <checkpoint | |
| name="ba-config" | |
| message="Boot archive configuration"/> | |
| <argslist> | |
| ".textinstall" | |
| </argslist> | |
| </script> | |
| <script name="/usr/share/distro_const/boot_archive_archive.py"> | |
| <checkpoint | |
| name="ba-arch" | |
| message="Boot archive archiving (64-bit)"/> | |
| <argslist>"amd64"</argslist> | |
| </script> | |
| <script name="/usr/share/distro_const/post_boot_archive_pkg_image_mod_custom"> | |
| <checkpoint | |
| name="post-mod-custom" | |
| message="Post boot archive image area custom modification"/> | |
| </script> | |
| <script name="/usr/share/distro_const/loader_setup.py"> | |
| <checkpoint | |
| name="loader-setup" | |
| message="Loader menu setup"/> | |
| <argslist> | |
| "text-install" | |
| </argslist> | |
| </script> | |
| <script name="/usr/share/distro_const/post_boot_archive_pkg_image_mod"> | |
| <checkpoint | |
| name="post-mod" | |
| message="Post boot archive image area modification"/> | |
| <argslist> | |
| "usr_zlib_compression=lzma" | |
| </argslist> | |
| </script> | |
| <script name="/usr/share/distro_const/gen_cd_content"> | |
| <checkpoint | |
| name="gen-cd-cont" | |
| message="Generate CD image content list"/> | |
| </script> | |
| <script name="/usr/share/distro_const/create_iso"> | |
| <checkpoint | |
| name="iso" | |
| message="ISO image creation"/> | |
| </script> | |
| <script name="/usr/share/distro_const/create_usb"> | |
| <checkpoint | |
| name="usb" | |
| message="USB image creation"/> | |
| </script> | |
| </finalizer> | |
| <boot_archive> | |
| <!-- | |
| If/how to compress the boot archive. Valid | |
| types are gzip and none | |
| --> | |
| <compression type="gzip" level="9"/> | |
| <!-- | |
| SMF service profiles to apply to the | |
| boot archive. If the "use_build_sys_file" | |
| attribute is set to true, the build | |
| system's copy of the file is used. If not | |
| specified, or "use_build_sys_file" is set | |
| to false, the image's copy of the file | |
| is used. | |
| Service profiles will be applied to the | |
| root archive in the order listed. | |
| --> | |
| <smf_service_profile> | |
| <profile path="/etc/svc/profile/generic_limited_net.xml" | |
| use_build_sys_file="false"/> | |
| <profile path="/var/svc/profile/generic_limited_net.xml" | |
| use_build_sys_file="false"/> | |
| <profile path="/usr/share/distro_const/generic_live.xml" | |
| use_build_sys_file="true"/> | |
| <profile path="/usr/share/distro_const/text_install/text_live.xml" | |
| use_build_sys_file="true"/> | |
| <profile path="/etc/svc/profile/ns_files.xml" | |
| use_build_sys_file="false"/> | |
| <profile path="/var/svc/profile/ns_files.xml" | |
| use_build_sys_file="false"/> | |
| </smf_service_profile> | |
| </boot_archive> | |
| </output_image> | |
| </distro_constr_params> | |
| <img_params> | |
| <!-- | |
| The preferred authority to install packages into the | |
| pkg_image area from. | |
| The default url is: http://pkg.openindiana.org/release | |
| The default authname is openindiana.org | |
| --> | |
| <pkg_repo_default_authority> | |
| <main | |
| url="http://pkg.openindiana.org/dev" | |
| authname="openindiana.org"/> | |
| <!-- | |
| If you want to use one or more mirrors that are | |
| setup for the authority, specify the urls here. | |
| --> | |
| <!-- | |
| Uncomment before using | |
| <mirror url="" /> | |
| --> | |
| </pkg_repo_default_authority> | |
| <!-- | |
| Any additional non-preferred authorities to pull packages | |
| from should be specified here. Multiple additional | |
| authorities may be specified. | |
| If you want to use one or more mirrors that are | |
| setup for the authority, specify the urls here. | |
| --> | |
| <!-- | |
| Uncomment before using. | |
| <pkg_repo_addl_authority> | |
| <main | |
| url="" | |
| authname=""/> | |
| <mirror url="" /> | |
| </pkg_repo_addl_authority> | |
| --> | |
| <!-- | |
| The default preferred authority to be used by the system | |
| after it has been installed. | |
| The default url is: http://pkg.openindiana.org/release | |
| The default authname is openindiana.org | |
| If you want to use one or more mirrors that are | |
| setup for the authority, specify the urls here. | |
| --> | |
| <post_install_repo_default_authority> | |
| <main | |
| url="http://pkg.openindiana.org/dev" | |
| authname="openindiana.org"/> | |
| <!-- | |
| Uncomment before using. | |
| <mirror url="" /> | |
| --> | |
| </post_install_repo_default_authority> | |
| <!-- | |
| Any additional non-preferred authorities to use after the | |
| system has been installed. Multiple additional authorities | |
| may be specified. | |
| If you want to use one or more mirrors that are | |
| setup for the authority, specify the urls here. | |
| --> | |
| <post_install_repo_addl_authority> | |
| <main | |
| url="http://pkg.openindiana.org/legacy" | |
| authname="opensolaris.org"/> | |
| <!-- | |
| Uncomment before using. | |
| <mirror url="" /> | |
| --> | |
| </post_install_repo_addl_authority> | |
| <!-- | |
| list of packages used to form the installed image | |
| --> | |
| <packages> | |
| <!-- | |
| By default the latest build available, in the | |
| specified IPS repository, is installed. | |
| If another build is required, the build number has | |
| to be appended to the 'entire' package in following | |
| form: | |
| <pkg name="pkg:/entire@0.5.11-0.build#/> | |
| --> | |
| <pkg name="pkg:/entire"/> | |
| <pkg name="pkg:/server_install"/> | |
| <pkg name="pkg:/system/install/text-install"/> | |
| <pkg name="pkg:/system/install/media/internal"/> | |
| </packages> | |
| <!-- | |
| Items below this line are rarely configured | |
| --> | |
| <!-- | |
| server_install is a group package used to define the | |
| default installation. It is removed here so that it does | |
| not inhibit removal of other packages on the | |
| installed system. | |
| --> | |
| <post_install_remove_packages> | |
| <pkg name="pkg:/server_install"/> | |
| </post_install_remove_packages> | |
| <!-- | |
| If/how to compress the live image. | |
| type = compression algorithm to use for pkg.zlib and misc.zlib. | |
| Valid types are lzma, gzip, and none. | |
| --> | |
| <live_img_compression type="lzma"/> | |
| <!-- | |
| Loader menu modifications. | |
| --> | |
| <loader_menu_modifications> | |
| <timeout>10</timeout> | |
| </loader_menu_modifications> | |
| <!-- | |
| Indicate whether the IPS index should be generated for | |
| pkg install and uninstall. The default is to not | |
| generate the IPS search index | |
| --> | |
| <generate_ips_search_index> | |
| false | |
| </generate_ips_search_index> | |
| <!-- | |
| Files and dirs to be included in the boot archive of all media | |
| delivered by this distribution. Boot archive contains the | |
| minimal list of contents in order to be able to | |
| boot and setup a running system. These files and dirs | |
| must exist in the pkg_image area. | |
| --> | |
| <boot_archive_contents> | |
| <base_include type="file">usr/bin/nawk</base_include> | |
| <base_include type="file">usr/bin/mkdir</base_include> | |
| <base_include type="file">usr/bin/cp</base_include> | |
| <base_include type="file">usr/bin/sed</base_include> | |
| <base_include type="file">usr/bin/sort</base_include> | |
| <base_include type="file">usr/bin/amd64/sort</base_include> | |
| <base_include type="file">usr/bin/i86/sort</base_include> | |
| <base_include type="file">usr/bin/pkill</base_include> | |
| <base_include type="file">usr/sbin/svcadm</base_include> | |
| <base_include type="file">usr/sbin/svccfg</base_include> | |
| <base_include type="file">usr/sbin/prtconf</base_include> | |
| <base_include type="file">usr/sbin/amd64/prtconf</base_include> | |
| <base_include type="file">usr/sbin/i86/prtconf</base_include> | |
| <base_include type="file">usr/sbin/nwamcfg</base_include> | |
| <base_include type="file">usr/sbin/nwamadm</base_include> | |
| <!-- libraries needed by /usr/bin/bash --> | |
| <base_include type="file">usr/lib/64/libncurses.so.5</base_include> | |
| <base_include type="file">usr/lib/64/libncurses.so.5.9</base_include> | |
| <!-- libraries needed by /usr/sbin/prtconf --> | |
| <base_include type="file">usr/lib/libsmbios.so.1</base_include> | |
| <!-- libraries needed by /usr/sbin/svccfg --> | |
| <base_include type="file">usr/lib/libtecla.so.1</base_include> | |
| <base_include type="file">usr/lib/libl.so.1</base_include> | |
| <base_include type="file">usr/lib/libexacct.so.1</base_include> | |
| <base_include type="file">usr/lib/libpool.so.1</base_include> | |
| <base_include type="file">usr/lib/libidmap.so.1</base_include> | |
| <base_include type="file">usr/lib/libldap.so.5</base_include> | |
| <base_include type="file">usr/lib/libldap.so.1</base_include> | |
| <base_include type="file">usr/lib/libadutils.so.1</base_include> | |
| <base_include type="file">usr/lib/libsasl.so.1</base_include> | |
| <base_include type="file">usr/lib/mps/libnspr4.so</base_include> | |
| <base_include type="file">usr/lib/mps/libplc4.so</base_include> | |
| <base_include type="file">usr/lib/mps/libnss3.so</base_include> | |
| <base_include type="file">usr/lib/mps/libssl3.so</base_include> | |
| <base_include type="file">usr/lib/mps/libnssutil3.so</base_include> | |
| <base_include type="file">usr/lib/mps/libplds4.so</base_include> | |
| <base_include type="file">usr/sbin/pmadm</base_include> | |
| <base_include type="file">usr/sbin/lofiadm</base_include> | |
| <base_include type="file">usr/sbin/devfsadm</base_include> | |
| <base_include type="file">usr/sbin/modload</base_include> | |
| <base_include type="file">usr/sbin/i86/modload</base_include> | |
| <base_include type="file">usr/sbin/mount</base_include> | |
| <base_include type="file">usr/sbin/hostconfig</base_include> | |
| <base_include type="file">usr/sbin/chroot</base_include> | |
| <base_include type="file">usr/sbin/syslogd</base_include> | |
| <base_include type="file">usr/bin/coreadm</base_include> | |
| <base_include type="file">usr/bin/bash</base_include> | |
| <base_include type="file">usr/bin/ksh</base_include> | |
| <base_include type="file">usr/bin/cat</base_include> | |
| <base_include type="file">usr/bin/echo</base_include> | |
| <base_include type="file">usr/bin/false</base_include> | |
| <base_include type="file">usr/bin/grep</base_include> | |
| <base_include type="file">usr/bin/ls</base_include> | |
| <base_include type="file">usr/bin/rm</base_include> | |
| <base_include type="file">usr/bin/svcprop</base_include> | |
| <base_include type="file">usr/bin/true</base_include> | |
| <base_include type="file">usr/bin/cd</base_include> | |
| <base_include type="file">usr/bin/test</base_include> | |
| <base_include type="file">usr/bin/sleep</base_include> | |
| <base_include type="file">usr/bin/expr</base_include> | |
| <base_include type="file">usr/bin/vi</base_include> | |
| <base_include type="file">usr/has/bin/vi</base_include> | |
| <base_include type="file">usr/lib/fs/hsfs/fstyp</base_include> | |
| <base_include type="file">usr/lib/fs/hsfs/fstyp.so.1</base_include> | |
| <base_include type="file">usr/lib/fs/hsfs/mount</base_include> | |
| <base_include type="file">usr/lib/fs/ufs/fstyp</base_include> | |
| <base_include type="file">usr/lib/fs/ufs/fstyp.so.1</base_include> | |
| <base_include type="file">usr/lib/fs/ufs/mount</base_include> | |
| <base_include type="file">usr/lib/libfstyp.so.1</base_include> | |
| <base_include type="file">usr/lib/platexec</base_include> | |
| <base_include type="file">usr/lib/devfsadm/devfsadmd</base_include> | |
| <base_include type="file">usr/lib/libm.so.2</base_include> | |
| <base_include type="file">usr/lib/libm.so</base_include> | |
| <base_include type="file">usr/lib/libfstyp.so</base_include> | |
| <base_include type="file">usr/lib/libz.so</base_include> | |
| <base_include type="file">usr/lib/libz.so.1</base_include> | |
| <base_include type="file">usr/bin/i86/ksh93</base_include> | |
| <base_include type="file">usr/lib/isaexec</base_include> | |
| <base_include type="file">usr/lib/libast.so.1</base_include> | |
| <base_include type="file">usr/lib/libcmd.so.1</base_include> | |
| <base_include type="file">usr/lib/libdll.so.1</base_include> | |
| <base_include type="file">usr/lib/libshell.so.1</base_include> | |
| <base_include type="file">usr/share/lib/xml/dtd/service_bundle.dtd.1</base_include> | |
| <base_include type="file">var/sadm/install/admin/default</base_include> | |
| <base_include type="file">var/sadm/system/admin/default_java</base_include> | |
| <base_include type="file">var/sadm/install/contents</base_include> | |
| <base_include type="file">var/adm/utmpx</base_include> | |
| <base_include type="file">var/adm/wtmpx</base_include> | |
| <base_include type="file">var/adm/aculog</base_include> | |
| <base_include type="file">var/lib/postrun/postrun-runq</base_include> | |
| <base_include type="file">var/lib/postrun/postrun</base_include> | |
| <base_include type="file">var/log/postrun.log</base_include> | |
| <base_include type="file">var/log/authlog</base_include> | |
| <base_include type="file">var/log/syslog</base_include> | |
| <base_include type="file">var/saf/zsmon/log</base_include> | |
| <base_include type="file">var/spool/cron/crontabs/adm</base_include> | |
| <base_include type="file">var/spool/cron/crontabs/root</base_include> | |
| <base_include type="file">var/nis/NIS+LDAPmapping.template</base_include> | |
| <base_include type="file">var/yp/aliases</base_include> | |
| <base_include type="file">var/yp/nicknames</base_include> | |
| <base_include type="dir">kernel</base_include> | |
| <base_include type="dir">boot</base_include> | |
| <base_include type="dir">platform</base_include> | |
| <base_include type="dir">system</base_include> | |
| <base_include type="dir">lib</base_include> | |
| <base_include type="dir">sbin</base_include> | |
| <base_include type="dir">dev</base_include> | |
| <base_include type="dir">devices</base_include> | |
| <base_include type="dir">usr/lib/devfsadm/linkmod</base_include> | |
| <base_include type="dir">root</base_include> | |
| <base_include type="dir">jack</base_include> | |
| <base_include type="dir">var/svc/manifest</base_include> | |
| <base_include type="dir">var/svc/profile</base_include> | |
| <base_include type="dir">var/sadm</base_include> | |
| <base_include type="dir">etc</base_include> | |
| <base_exclude type="dir">etc/gconf</base_exclude> | |
| <base_exclude type="dir">etc/brltty</base_exclude> | |
| <base_exclude type="dir">etc/gtk-2.0</base_exclude> | |
| <base_exclude type="dir">etc/notices</base_exclude> | |
| <base_exclude type="dir">var/sadm/pkg</base_exclude> | |
| </boot_archive_contents> | |
| </img_params> | |
| <key_value_pairs> | |
| <pair key="iso_sort" | |
| value="/usr/share/distro_const/text_install/text_install_x86_iso.sort"/> | |
| </key_value_pairs> | |
| </distribution> |