|
21 | 21 | Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. |
22 | 22 |
|
23 | 23 | XML specification for building the limited language OpenIndiana |
24 | | - Text Mode Installer iso and usb image |
| 24 | + Minimal Text Mode Installer for combined /usr image for SPARC |
25 | 25 | --> |
26 | 26 |
|
27 | 27 | <distribution name="OpenIndiana_Text_SPARC"> |
|
99 | 99 | ".textinstall" |
100 | 100 | </argslist> |
101 | 101 | </script> |
| 102 | + <script name="/usr/share/distro_const/boot_archive_conpress_usr"> |
| 103 | + <checkpoint |
| 104 | + name="ba-usrtar" |
| 105 | + message="Boot archive compress /usr"/> |
| 106 | + </script> |
102 | 107 | <script name="/usr/share/distro_const/plat_setup.py"> |
103 | 108 | <checkpoint |
104 | 109 | name="plat-setup" |
|
233 | 238 | Uncomment before using. |
234 | 239 | <post_install_repo_addl_authority> |
235 | 240 | <main |
236 | | - url="" |
237 | | - authname=""/> |
238 | | - <mirror url="" /> |
| 241 | + url="http://your.build.host:10000/" |
| 242 | + authname="userland"/> |
239 | 243 | </post_install_repo_addl_authority> |
240 | 244 | --> |
241 | 245 | <!-- |
|
252 | 256 | <pkg name="pkg:/[email protected]#/> |
253 | 257 | --> |
254 | 258 | <pkg name="pkg:/entire"/> |
255 | | - <pkg name="pkg:/server_install"/> |
| 259 | + <pkg name="pkg:/minimal_install"/> |
256 | 260 | <pkg name="pkg:/system/install/text-install"/> |
257 | 261 | <pkg name="pkg:/system/install/media/internal"/> |
258 | 262 | </packages> |
259 | 263 | <!-- |
260 | 264 | Items below this line are rarely configured |
261 | 265 | --> |
262 | 266 | <!-- |
263 | | - server_install is a group package used to define the |
| 267 | + minimal_install is a group package used to define the |
264 | 268 | default installation. It is removed here so that it does |
265 | 269 | not inhibit removal of other packages on the |
266 | 270 | installed system. |
267 | 271 | --> |
268 | 272 | <post_install_remove_packages> |
269 | | - <pkg name="pkg:/server_install"/> |
| 273 | + <pkg name="pkg:/minimal_install"/> |
270 | 274 | </post_install_remove_packages> |
271 | 275 | <!-- |
272 | 276 | If/how to compress the live image. |
|
0 commit comments