# HG changeset patch # User Peter van Dijk # Date 1382703747 14400 # Node ID 090d339bcbc0ec83394713195c8214013aa3d53b # Parent ca14464cc7c406f30584f8342f53fc4c96130cd1 updates --- hercules-s390.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff -r ca14464cc7c4 -r 090d339bcbc0 body-hercules-s390.html --- a/body-hercules-s390.html Fri Dec 25 20:30:14 2009 -0500 +++ b/body-hercules-s390.html Fri Oct 25 08:22:27 2013 -0400 @@ -78,6 +78,15 @@

+ +Peter van Dijk reports: +

+ +

Save them into the

rdr
directory. The first two files' names gives away their contents - the first is an initrd, and the second is the kernel image itself. The last file contains the kernel command line options, @@ -143,7 +152,8 @@

One thing to note, if your real hardware has only one core, you may want to -change the NUMCPU to 1. +change the NUMCPU to 1. Peter van Dijk reports that NUMCPU=4 causes kernel +stalls with Debian 7/s390x.

@@ -180,6 +190,12 @@

+If you prefer a single /, leave out the second command (and the related line +in s390.conf). You can add another argument to specify the size. 8000 will give +you around 6.4 GB. +

+ +

Alternatively, if you want to save disk space at the expense of some run-time overhead, you can use zlib or bz2 compressed DASDs by using the -z or -bz2 arguments, respectively. For example, @@ -510,7 +526,8 @@ This will install the right image, and set up zIPL (the bootloader) to do the right thing. The original kernel image will remain installed, and you can select it in the bootloader (right after you issue ipl on the Hercules -console). +console). This step appears to be unnecessary on Debian 6 or up, even when +installing from s390. YMMV.

Final Note