| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This has to go in initrd.img instead of install.img because it needs
to be in $HOME, which is the root directory.
|
|
|
|
|
| |
"cat" should be indented the same as other commands in this function,
even though the trailing lines are /correctly/ unindented.
|
|
|
|
|
|
|
| |
This reverts commit f264631d276d7749daf0d95320921f061599e666. This
patch is incorrect for at least Fedora, possibly for RHEL-6, but that
needs separate testing. Reverting this patch lets Fedora images build
correctly.
|
|
|
|
|
| |
This reverts commit 829bd5980b4c386de48b1a8274b499fe97c1b7dc. X was the only
thing still using hal, and it no longer is.
|
|
|
|
|
|
| |
One of these files provides the information needed to make the new X input
configuration work. Also, the rules removal should no longer be necessary
given that we don't make our own device nodes.
|
|
|
|
|
|
| |
We need BASEARCH set to ppc when BUILDARCH is ppc64, otherwise the
scripts do not pick up the keymaps-override-ppc.gz file on ppc64
platforms.
|
|
|
|
|
| |
The kernel-PAE package is no longer in existence, use the 'kernel'
package for the [images-xen] portion of .treeinfo files.
|
|
|
|
|
| |
As of rsyslog-4.4.2-4 rsyslog puts it's libs in $LIBDIR. We aren't
getting them currently and this is causing insta-traceback in stage2
|
|
|
|
|
|
| |
It does make sense if we realize, that BUILDARCH is not BUILDARCH but BASEARCH in disguise (because of some reason I can't really understand)...
This reverts commit 9f31de61d9cdfa9ec72f9f423c6392003066cdc6.
|
|
|
|
|
|
| |
The lsznet.raw and controlunits.sh files are now part of the s390-tools
project, which is in the s390utils package. Remove our copies and make
sure we use the ones from the s390utils package.
|
| |
|
|
|
|
|
|
|
|
|
| |
We have to use BASEARCH, because during the build the ARCH is set to ppc
and the BUILDARCH is ppc64 so we couldn't find the file.
RPMUtils map the BASEARCH correctly to ppc. So we will find the file.
It also works correctly for i686 -> i386 and x86_64 -> x86_64.
|
|
|
|
|
| |
This file is required to make sure NFS works when it attempts to fall back
to protocol v3. The mount command looks for it when mounting as v4 fails.
|
|
|
|
|
| |
This is what the rest of anaconda expects and what we've been telling people
to attach for years.
|
|
|
|
| |
Check /lib and /usr/lib for these files.
|
| |
|
|
|
|
|
| |
We need libsoftokn3.so and libnssdbm3.so now for NetworkManager, both
are in the nss-softokn package.
|
|
|
|
|
| |
This adds "tail -f /tmp/storage.log" to .bash_history in the install
environment.
|
|
|
|
|
|
|
| |
A proper syslog daemon allows for remote logging that includes installed
system's syslog.
Removes the init.c code that simulated syslog activity until now.
|
|
|
|
|
| |
This reverts commit 13a27933b4b651317deec74cc80daaab5041d206. Xorg is
asking hal for input device information.
|
| |
|
| |
|
|
|
|
|
| |
We don't need hal anymore, so remove it from the initrd.img generation
and stop loader from starting up hald.
|
|
|
|
|
|
|
|
|
| |
Things being in the history means I don't have to type them. This
particular thing is fairly specific to get right, so it's a really good
candidate to go in there. So this patch adds it.
This also changes the "killall" that's already there to use the pid
file, so we know which process it'll pick.
|
|
|
|
|
| |
Function names should be truthful, I think. It just makes everything
easier.
|
|
|
|
|
|
| |
Having things in .bash_history saves my fingers from pain later in life,
which is a noble goal. This also puts pidof and killall in the image,
because they're nice things, and we can have nice things.
|
|
|
|
|
|
| |
This leaves the sshd support on the s390 intact and functional (testing
needed), and at the same time add the ability to ssh in and get a terminal
on non-s390 platforms.
|
| |
|
| |
|
|
|
|
|
|
|
| |
With the new external metadata mdraid support we need to wait for raid
sets to become clean (iow for mdmon to have finished updating the metadata)
before rebooting. Otherwise we get a full array sync on the first boot after
installation.
|
|
|
|
| |
Need \\$ and not just \$ in PS1.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This is a usability improvment. Once you've booted up the kernel and
initrd on s390x, you are told to ssh in to the host to start the
installation. In the past, we had rigged the root account to launch
loader on the first login and a shell on subsequent logins. In this
patch, I've added an 'install' user that has loader for the shell. The
root user still has bash for the shell. Also change the recommendation
to run 'ssh -X' rather than 'ssh -x'.
|
| |
|
| |
|
|
|
|
| |
it in images.
|
| |
|
|
|
|
| |
A few path changes, a few new files, and a few less files
|
| |
|
| |
|
|
|
|
|
| |
Make sure cmsfscat makes it in to the s390x initrd, it lives in
/usr/sbin after upd-instroot has run.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Add back missing programs necessary for linuxrc.s390 and lsznet, plus
additional programs that make installation on s390 slightly more
enjoyable.
In mk-images, note which tools are required by which scripts and which
are just there to make life easier.
|
| |
|
| |
|
| |
|
|
|
|
| |
And while we're at it, also fix it for dynamically linked cmsfs* binaries.
|
|
|
|
|
| |
This fixes a little typo in shell variable expansion introduced in:
http://git.fedorahosted.org/git/anaconda.git?h=70306f69b24e0245479b2faa396c6cb4c472960e
|