DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦5ca47dfde⟧ TextFile

    Length: 2890 (0xb4a)
    Types: TextFile
    Notes: UNIX file
    Names: »postinstall«

Derivation

└─⟦5fb5a153b⟧ Bits:30004042/hpdd.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦5fb5a153b⟧ UNIX Filesystem
    └─⟦this⟧ »hp/install/postinstall« 

TextFile

# Copyrighted as an unpublished work.
# (c) Copyright 1988 INTERACTIVE Systems Corporation
# All rights reserved.
#
# RESTRICTED RIGHTS
#
# These programs are supplied under a license.  They may be used,
# disclosed, and/or copied only as permitted under such license
# agreement.  Any copy must contain the above copyright notice and
# this restricted rights notice.  Use, copying, and/or disclosure
# of the programs is strictly prohibited unless otherwise provided
# in the license agreement.
#ident  "@(#)postinstall	1.5 - 88/10/16"
#
#       Postinstall script for 386/ix HPDD Package.
#

CONF=/etc/atconf export CONF

/etc/kconfig -l -c $CONF -s system.std <<!
D hd
A gendev
A dsk
A tape
A athd
A gramd
A aha1540
A tmc830
!

#Make necessary devices.
echo "\nMaking disk device nodes\n"
rm -f /dev/logread
rm -f /dev/logwrite
/etc/mknod /dev/logread  c 47 0
/etc/mknod /dev/logwrite c 47 1
while read name major minor
do
	[ -c /dev/rdsk/$name ] && rm -f /dev/rdsk/$name
	/etc/mknod /dev/rdsk/$name c $major $minor
	[ -b /dev/dsk/$name ] && rm -f /dev/dsk/$name
	/etc/mknod /dev/dsk/$name b $major $minor
	chmod 644  /dev/rdsk/$name /dev/dsk/$name
	chown root /dev/rdsk/$name /dev/dsk/$name
	chgrp sys  /dev/rdsk/$name /dev/dsk/$name
done << !
0s7 0   7
0s8 0   8
0s9 0   9
1s7 0  23
1s8 0  24
1s9 0  25
2s0 0  32 
2s1 0  33 
2s2 0  34 
2s3 0  35 
2s4 0  36 
2s5 0  37 
2s6 0  38 
2s7 0  39
2s8 0  40
2s9 0  41
3s0 0  48 
3s1 0  49 
3s2 0  50 
3s3 0  51 
3s4 0  52 
3s5 0  53 
3s6 0  54 
3s7 0  55
3s8 0  56
3s9 0  57
c1d0s0 0  64 
c1d0s1 0  65 
c1d0s2 0  66 
c1d0s3 0  67 
c1d0s4 0  68 
c1d0s5 0  69 
c1d0s6 0  70 
c1d0s7 0  71
c1d0s8 0  72
c1d0s9 0  73
c1d1s0 0  80 
c1d1s1 0  81 
c1d1s2 0  82 
c1d1s3 0  83 
c1d1s4 0  84 
c1d1s5 0  85 
c1d1s6 0  86 
c1d1s7 0  87
c1d1s8 0  88
c1d1s9 0  89
c1d2s0 0  96
c1d2s1 0  97
c1d2s2 0  98
c1d2s3 0  99
c1d2s4 0 100
c1d2s5 0 101
c1d2s6 0 102
c1d2s7 0 103
c1d2s8 0 104
c1d2s9 0 105
c1d3s0 0 112
c1d3s1 0 113
c1d3s2 0 114
c1d3s3 0 115
c1d3s4 0 116
c1d3s5 0 117
c1d3s6 0 118
c1d3s7 0 119
c1d3s8 0 120
c1d3s9 0 121
c2d0s0 0 128
c2d0s1 0 129
c2d0s2 0 130
c2d0s3 0 131
c2d0s4 0 132
c2d0s5 0 133
c2d0s6 0 134
c2d0s7 0 135
c2d0s8 0 136
c2d0s9 0 137
c2d1s0 0 144
c2d1s1 0 145
c2d1s2 0 146
c2d1s3 0 147
c2d1s4 0 148
c2d1s5 0 149
c2d1s6 0 150
c2d1s7 0 151
c2d1s8 0 152
c2d1s9 0 153
c2d2s0 0 160
c2d2s1 0 161
c2d2s2 0 162
c2d2s3 0 163
c2d2s4 0 164
c2d2s5 0 165
c2d2s6 0 166
c2d2s7 0 167
c2d2s8 0 168
c2d2s9 0 169
c2d3s0 0 176
c2d3s1 0 177
c2d3s2 0 178
c2d3s3 0 179
c2d3s4 0 180
c2d3s5 0 181
c2d3s6 0 182
c2d3s7 0 183
c2d3s8 0 184
c2d3s9 0 185
ram 0 240 
!

# echo "\nIn order to complete the installation it is necessary to:\n\n"
# echo "        1 - configure the system for HPDD\n"
# echo "        2 - build a new kernel and\n"
# echo "        3 - install the new kernel.\n\n"
# echo "\nNow executing /etc/kconfig for you to do the above."

# /etc/kconfig