Skip to content

Commit 52267fc

Browse files
committed
new Korn Shell based installer.
1 parent 0799da8 commit 52267fc

File tree

12 files changed

+1500
-583
lines changed

12 files changed

+1500
-583
lines changed

usr/src/cmd/distro_const/text_install/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ TM_FILES= text_install_x86_iso.sort \
3939
text_mode_sparc.xml \
4040
text_mode_x86.xml \
4141
text_mode_x86_minimal.xml \
42-
text_mode_sparc_minimal.xml \
4342
tm_pre_boot_archive_pkg_image_mod
4443

4544
ROOTTM_FILES= $(TM_FILES:%=$(ROOTDC_TM)/%)

usr/src/cmd/distro_const/text_install/text_mode_sparc.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2222
2323
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
2525
-->
2626

2727
<distribution name="OpenIndiana_Text_SPARC">
@@ -99,6 +99,11 @@
9999
".textinstall"
100100
</argslist>
101101
</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>
102107
<script name="/usr/share/distro_const/plat_setup.py">
103108
<checkpoint
104109
name="plat-setup"
@@ -233,9 +238,8 @@
233238
Uncomment before using.
234239
<post_install_repo_addl_authority>
235240
<main
236-
url=""
237-
authname=""/>
238-
<mirror url="" />
241+
url="http://your.build.host:10000/"
242+
authname="userland"/>
239243
</post_install_repo_addl_authority>
240244
-->
241245
<!--
@@ -252,21 +256,21 @@
252256
<pkg name="pkg:/[email protected]#/>
253257
-->
254258
<pkg name="pkg:/entire"/>
255-
<pkg name="pkg:/server_install"/>
259+
<pkg name="pkg:/minimal_install"/>
256260
<pkg name="pkg:/system/install/text-install"/>
257261
<pkg name="pkg:/system/install/media/internal"/>
258262
</packages>
259263
<!--
260264
Items below this line are rarely configured
261265
-->
262266
<!--
263-
server_install is a group package used to define the
267+
minimal_install is a group package used to define the
264268
default installation. It is removed here so that it does
265269
not inhibit removal of other packages on the
266270
installed system.
267271
-->
268272
<post_install_remove_packages>
269-
<pkg name="pkg:/server_install"/>
273+
<pkg name="pkg:/minimal_install"/>
270274
</post_install_remove_packages>
271275
<!--
272276
If/how to compress the live image.

0 commit comments

Comments
 (0)