| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
For instances where the asprintf() was ignored, wrap it in
a test to check if it failed. If it failed, log a message
and abort. There may be some instances where abort may
not be what we want to do, however, we were ignoring the
return value completely so if we did get a failure, it would
just SIGSEGV. Now it will SIGABRT instead.
|
| | |
|
| |
|
|
|
| |
This removes the capability to find implicit updates.img files, but that will
be coming back in a later patch. This is just some cleanup for now.
|
| | |
|
| |
|
|
| |
* po/sk.po: Typo fix.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Also change isys's mount function to take its arguments as a string like
would be passed to the mount program, instead of a handful of flags.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
| | |
|
| |
|
|
|
|
| |
Switch to using the libcheckisomd5 library from the standalone isomd5sum
package. Note that we also now always check and don't differentiate
"supported" ISOs any more
|
| |
|
|
|
|
|
| |
This removes the separate FTP and HTTP network method dialogs in the loader
and replaces them with a single configuration dialog that asks the user to
input a URL. It also modified the secondary config screen to prompt just
for a proxy and simplifies a lot of the conversion from URL to UI and back.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
- fix handling of EINTR from init_module(2)
|
| | |
|
| | |
|
| |
|
|
| |
* loader2/method.c (unpackCpioBall): Fix the build
|
| |
|
|
|
|
|
| |
cpio ball into a specified root directory
* loader2/method.c (copyUpdatesImg): if the updates can't be mounted
try unpacking them as a cpio ball
|
| | |
|
| |
|
|
|
|
| |
* anaconda.spec: Bump version.
* loader2/method.c: Fix build on s390
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* loader2/hdinstall.c: Whitespace consistency, loaderData->method
is now an int.
* loader2/loader.c (doLoaderMain): loaderData->method is now an
int, pass methodNum to readNetConfig().
* loader2/loader.h: char * method -> int method.
* loader2/method.c: Set loaderData->method to appropriate METHOD_
value since it's now an int.
* loader2/method.h: Add METHOD_* macros.
* loader2/net.c (cidrCallback): Dialog wording change.
* loader2/net.c (readNetConfig): Take methodNum as a param, pass
methodNum to configureTCPIP().
* loader2/net.c (configureTCPIP): Take methodNum as a param, if
user selects METHOD_NFS and unchecks IPv4, display error dialog
and ask user to try again.
* loader2/net.c (kickstartNetworkUp): Pass methodNum to
readNetConfig().
* loader2/net.h: Prototype updates.
* loader2/nfsinstall.c: loaderData->method is now an int.
* loader2/urlinstall.c: loaderData->method is now an int.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and pass that to the ftpOpen() call.
* urlinstall.py (UrlInstallMethod.__init__): Use urlparse.
* isys/dns.c, isys/dns.h: Updated for IPv6 support.
* loader2/Makefile: Cleanups.
* loader2/ftp.c, loader2/ftp.h: Updated for IPv6 support.
* loader2/loader.c: Whitespace consistency.
* loader2/method.c: Whitespace consistency.
* loader2/urls.c: Updated for IPv6 support.
|
| |
|
|
|
| |
* loader2/method.c (getFileFromBlockDevice): Give a message if we
fail to make the device node for some reason (markmc, #197514)
|
| |
|
|
|
|
|
|
|
|
| |
* scripts/mk-images: Move second stage images to images/ dir.
* image.py: Adjust for stage2 in images/
* loader2/cdinstall.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/method.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/urlinstall.c: Likewise.
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
| |
* loader2/loader.c (main): Load squashfs.
* loader2/method.c (mountLoopback): Try to mount squashfs too.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* loader2/driverdisk.c: Clean up log levels.
* loader2/firewire.c: Likewise.
* loader2/hardware.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/lang.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/log.h: Likewise.
* loader2/mediacheck.c: Likewise.
* loader2/method.c: Likewise.
* loader2/modstubs.c: Likewise.
* loader2/modules.c: Likewise.
* loader2/net.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/pcmcia.c: Likewise.
* loader2/urls.c: Likewise.
* loader2/usb.c: Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* anaconda.spec: Bump version.
* loader2/urlinstall.c (loadUrlImages): minstg2.img instead of
netstg2.img
* loader2/hdinstall.c (mountHDImages): minstg2.img instead of
hdstg2.img
* loader2/method.c (validIsoImages): Look for stage2.img instead
of hdstg2.img
* scripts/mk-images: mkcramfs is now mkfs.cramfs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* isys/imount.c (doPwMount): Make arguments for doPwMount
simpler. Use a bitmask of flags and pass extra data like
mount(2). Use flags for nfs and pass arguments onto nfsmount().
Kill some dead code.
* isys/imount.c (doPwMount): Update prototype, add constants.
* isys/isys.c (doMount): Update for new API.
* loader2/cdinstall.c: Likewise.
* loader2/driverdisk.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/method.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/usb.c: Likewise.
|
| |
|
|
|
|
| |
installer. Also make the output look the same. This isn't going to be
nearly as sophisticated as the python logging module, but it will at least
behave similarly with command line options.
|
| |
|
|
| |
hurt.
|
| | |
|
| |
|
|
| |
images are buried (#154715).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* loader2/kickstart.c: Allow specifying 'mediacheck' in ks.cfg to
specify mediacheck.
* loader2/kickstart.h: Define constant.
* kickstart.py (KickstartBase.readKickstart): Define no-op for
'mediacheck' keyword for stage2
* loader2/method.c (queryIsoMediaCheck): Allow mediacheck for
kickstart if 'mediacheck' passed on the command line. (#116429)
* loader2/cdinstall.c (queryCDMediaCheck): Likewise.
|
| |
|
|
|
|
|
| |
* text.py (stepToClasses): Remove silo stuff.
* gui.py (stepToClasses): Likewise.
* iw/silo_gui.py: Remove.
* textw/silo_text.py: Remove.
|
| |
|
|
| |
later use (#150887).
|