rpms/hercules/devel README.fedora, 1.1, 1.2 hercules.cnf, 1.1, 1.2 hercules.spec, 1.12, 1.13

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 1 12:21:25 UTC 2006


Author: thias

Update of /cvs/extras/rpms/hercules/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv338/devel

Modified Files:
	README.fedora hercules.cnf hercules.spec 
Log Message:
Update tips, default conf and fix the README.fedora file mode (#200838).



Index: README.fedora
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.fedora	3 Jul 2006 17:48:00 -0000	1.1
+++ README.fedora	1 Aug 2006 12:21:25 -0000	1.2
@@ -31,9 +31,53 @@
 Enter the IP address of your new Linux guest:
 .192.168.200.3
 Enter the network address of the new Linux guest:
-.255.255.255.255
+.255.255.255.252
 Enter the IP of your CTC / ESCON / IUCV point-to-point partner:
 .192.168.200.4
-Select which protocol should be used for the CTC interface
-.1
+Select which protocol should be used for the CTC interface:
+.0
+Enter your DNS server(s), separated by colons (:):
+.192.168.1.1:192.168.1.2
+Enter your DNS search domain(s) (if any), separated by colons (:):
+.localdomain
+Enter DASD range (e.g. 200-203   or  200,201,202,203):
+.000-200
+
+Use "telnet 192.168.200.3" and log in as "root" with no password (press enter).
+The installation will start automatically.
+
+
+Appendix :
+
+Red Hat Enterprise Linux 4 steps :
+================================
+
+- Mount the installation CD and run "ipl /mnt/cdrom/generic.ins"
+- Follow the same configuration steps as for Fedora Core above
+
+Red Hat Linux 7.2 steps :
+=======================
+
+- Mount the installation CD and run "ipl /mnt/cdrom/redhat.ins"
+  or
+- Copy all files from the os/images/ directory to /etc/hercules/
+- Replace in hercules.cnf the line :
+000C  3505 kernel.img generic.prm initrd.img autopad
+  with :
+000C  3505 kernel.img redhat.prm initrd.img autopad
+  And :
+0580  3420 /etc/hercules/tape.tdf
+  with :
+0580  3420 /etc/hercules/redhat.tdf
+
+- Commands :
+ipl 000C
+.s390.localdomain
+.ctc0
+.ctc0,0x600,0x601
+.192.168.200.3
+.192.168.200.4
+.192.168.1.1
+.localdomain
+.120
 


Index: hercules.cnf
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/hercules.cnf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hercules.cnf	3 Jul 2006 17:48:00 -0000	1.1
+++ hercules.cnf	1 Aug 2006 12:21:25 -0000	1.2
@@ -30,7 +30,7 @@
 # local non-SNA 3270 TN3270 client connection
 #001F 3270
 # CKD direct access storage device
-# initialize with: dasdinit -z linux.120 3390-3 lin000
+# initialize with: dasdinit -z /var/lib/hercules/linux.120 3390-3 lin000
 0120  3390 /var/lib/hercules/linux.120
 # local non-SNA 3270 TN3270 client connection
 #0200 3270
@@ -41,6 +41,7 @@
 #0582 3420 ickdsf.ipl
 # networking, channel-to-channel adapter
 0600  3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4
+0601  3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4
 # networking, LCS adaptor
 #0700 3088 LCS 192.168.200.4 -n /dev/net/tun -m 01:02:03:04:05:06
 


Index: hercules.spec
===================================================================
RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hercules.spec	3 Jul 2006 17:48:00 -0000	1.12
+++ hercules.spec	1 Aug 2006 12:21:25 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: Hercules S/370, ESA/390, and z/Architecture emulator
 Name: hercules
 Version: 3.04.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: QPL
 Group: Applications/Emulators
 URL: http://www.conmicro.cx/hercules/
@@ -49,7 +49,7 @@
 %{__install} -D -p -m 0755 %{SOURCE2} \
     %{buildroot}%{_sbindir}/hercules-run
 # Copy our README to be included as doc
-%{__cp} -a %{SOURCE3} README.fedora
+%{__install} -p -m 0644 %{SOURCE3} README.fedora
 # Create empty directory where to store system images
 %{__mkdir_p} %{buildroot}%{_var}/lib/hercules
 
@@ -75,6 +75,11 @@
 
 
 %changelog
+* Tue Aug  1 2006 Matthias Saou <http://freshrpms.net/> 3.04.1-3
+- Don't assume we have a sane default umask... (#200838).
+- Update the README.fedora to include more details + RHL and RHEL steps.
+- Update hercules.cnf to fix dasdinit tip and missing CTCI line.
+
 * Mon Jul  3 2006 Matthias Saou <http://freshrpms.net/> 3.04.1-2
 - Move out all the inlined configuration files, keep only the .cnf file.
 - Update .cnf file so that it works (load modules required for the default).




More information about the scm-commits mailing list