summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.s390
Commit message (Collapse)AuthorAgeFilesLines
* Provide sample punch card reader script for s390x (#462953)David Cantrell2008-10-311-0/+1
| | | | | | | IBM would like us to provide mainframe users with a sample punchcard reader script along with the other boot files on s390x. I'd just like to say that again: punch cards.
* Add module dependencies of qeth.ko (#431922).Chris Lumens2008-08-121-1/+1
|
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The s390 can boot El Torito CD or DVD images iff they are attached by zFCP, used as the IPL device, and contain a specially formatted boot image on the disc. IBM provided the tool to combobulate the boot image together and a description of the desired execution path. When you boot on s390, the linuxrc.s390 will look to see if you IPL'ed from a CD or DVD. If you did, it will ask if you also want to install from that device. If you answer yes (y, Y, or any case spelling of 'yes'), the script will bring the IPL device online so the kernel assigns it a device name. Then it skips over the network configuration and starts you in to loader. If you tell it no or did not IPL from a CD or DVD, it'll launch the missiles--wait, no, I mean you get the normal network installation questions before loader starts. I have no way to test this as it requires the following changes: (1) Rel-eng needs to build s390x media with -no-emul-boot and specify the new cdboot.img file on that platform. I have already contacted rel-eng about making this change. (2) I don't have a CD-ROM drive in my mainframe. IBM does and testing is all falling on them. IBM knows this...maybe. I explain all of this like anyone else on the team will ever get a chance to experience it. So there you have it. A letter opener.
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-0/+19
|
* Generate .treeinfo files in the mk-images* scripts.Chris Lumens2007-02-201-0/+9
|
* * scripts/mk-images.s390: Use the size of the actual initrd.img forDavid Cantrell2006-09-111-1/+2
| | | | | | the value in initrd.size. * utils/Makefile: Only build and install geninitrdsz on zSeries.
* * utils/geninitrdsz.c: Added util to generate the initrd.size fileDavid Cantrell2006-09-111-1/+1
| | | | | | | | | | | needed on zSeries (#197773). * utils/Makefile: Compile geninitrdsz, install to anaconda-runtime. * scripts/mk-images: Define GENINITRDSZ command. * scripts/mk-images.s390: Generate initrd.size for each s390 tree build.
* 2006-08-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-021-0/+1
| | | | | | | * bootdisk/s390x/initrd.size: Add file to describe size of initrd to fix LPAR installs (#197773) * bootdisk/s390x/generic.ins: Use initrd.size * scripts/mk-images.s390: And include initrd.size
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-10/+0
| | | | | | * scripts/mk-images.s390: Good bye dead code. * scripts/mk-images.i386: Likewise. * scripts/mk-images.ppc: Likewise.
* bogl-ectomy hits the scripts/ directory, get the full story at 11.David Cantrell2006-02-221-1/+1
|
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-20/+5
| | | | | | | | | | | | | | | | | | | * scripts/mk-images (INITRDMODS): Define modules used in common across all arches here. (makeinstimage): Don't pass in modules for use here, they should all be in the initrd now. (makeSecondStage): Common makeSecondStage (doPostImages): Add a step to get called after boot images are created * scripts/mk-images.i386: Use common INITRDMODS and makeSecondStage, minor other cleanups. * scripts/mk-images.ia64: Likewise. * scripts/mk-images.s390: Likewise. * scripts/mk-images.x86_64: Likewise. * scripts/mk-images.ppc: Likewise. Also, use doPostImages stuff. * scripts/mk-images.sparc64: Remove old file that's not correct for current stuff. * scripts/mk-images.alpha: Likewise.
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-1/+3
| | | | | | | | | | | | * loader2/loader.c: Load dm-zero, dm-snapshot and dm-mirror (#132001) * scripts/mk-images.i386: * scripts/mk-images.ia64: * scripts/mk-images.ppc: * scripts/mk-images.s390: * scripts/mk-images.x86_64: Use a variable for raid and lvm modules. Add dm-zero, dm-snapshot and dm-mirror (#132001)
* some changes that I forgot to commit, add the scsi modules for zfcpKarsten Hopp2004-08-051-2/+2
|
* remove ipv6 now that it's no longer requiredJeremy Katz2004-06-291-1/+1
|
* - add ipv6 for now, I hope it can be removed with later kernels (#123131)Karsten Hopp2004-06-091-1/+1
|
* hmpf, LOCALMODULES isn't used at all on mainframeKarsten Hopp2004-06-081-2/+1
|
* add zfcp for mainframe scsi disksKarsten Hopp2004-06-081-1/+1
|
* this should add raid6 support (#122360)Jeremy Katz2004-05-191-1/+1
|
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+1
|
* add missing mainframe modulesKarsten Hopp2004-05-051-1/+1
|
* qeth module name changedJeremy Katz2004-03-301-1/+1
|
* make a pass at integrating s390 initrd differences into the main makeinitrd.Jeremy Katz2004-03-231-435/+6
| | | | | | ssh/telnet bits are their own function that get called only for s390/s390x right now, but leaves open the option of adding on other platforms in the future
* wtf did that come from ?anaconda-before-2.6Karsten Hopp2003-11-131-1/+1
|
* most utilities link against libattr now, tooKarsten Hopp2003-11-131-0/+1
|
* most tools in the initrd require libselinux nowKarsten Hopp2003-11-131-0/+1
|
* - kerberos libs moved to /usr/$LIBDIR/Karsten Hopp2003-11-051-6/+9
| | | | | | - larger initrd to be able to copy some debugging tools in, should be reduced later - xauth requires libICE, libSM and libXt now ;-(
* merge from taroonJeremy Katz2003-09-201-0/+5
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-1/+1
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-1/+1
| | | | little things across the board
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-1/+1
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-12/+4
| | | | and cleanups in here too
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-1/+1
| | | | msw's ctrl-alt-del thing and some arch fixups
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-3/+5
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-51/+71
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-9/+365
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* and now the parts of the scripts changes that are mergable.after.390.mergeJeremy Katz2001-12-271-11/+25
| | | | | WOOHOO! s/390 is now pretty much merged to HEAD except for the bits of mail I'm about to send out
* rejoined s390 branchharald2001-08-221-0/+74