| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Instead of using the hardcoded library path, use a variable which is set
in mk-images, as it seems that they can work across arch like this, and
we typically only have one wrapper file available to us at compose time.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This patch avoids a traceback when trying to copy a deleted file.
* scripts/makeupdates (doGitDiff): used 'git diff --name-status tag' to get
the list of changed files.
(pruneFile, isysChanged): Adjust for file name parsing. We should stop
looking for the '|' character and we should analyze the first character
which contains the status of the file with respect to tag. For now we
only skip the deleted files.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
un-core-fonts-dotum -> un-core-dotum-fonts
|
|
|
|
|
|
|
|
|
|
| |
Since s390x is building a list of arch-specific modules for the
initrd.img based on what exists in /lib/modules/VERSION/kernel/s390, we
need to build the list inside makeBootImages() so that all required
variables are set up and the kernel is unpacked.
Remove libiscsi_tcp from the list since the iscsi modules are included
when INITRDMODS is expanded in mk-images.
|
|
|
|
|
|
| |
Only pull in kernel modules in kernel/drivers/s390 as well as
libiscsi_tcp. The mk-images script takes care of dependency resolution
and regenerating the modules.dep file.
|
| |
|
|
|
|
|
|
| |
In scripts/upd-instroot, include kernel-bootwrapper on ppc and ppc64 in
the $PACKAGES list. And make sure we keep and use
/usr/lib64/kernel-wrapper files.
|
|
|
|
|
|
|
| |
Wrap $CDLABEL in single quotes and use eval to preserve whitespace in
$CDLABEL when running $mkisocmd.
Patch from Dennis Gregorovic <dgregor@redhat.com>.
|
| |
|
| |
|
|
|
|
| |
and looks nicer
|
|
|
|
|
|
|
| |
The modules.ccwmap file is not in the latest kernel tree for whatever
tree. Start the s390x module list with all modules from the
s390-specific module subdirectory in /lib/modules, then read in any
additional ones that might apply to the installation.
|
|
|
|
|
| |
dhcpv6 and dhcpv6-client have been obsoleted by the dhcp and dhclient
packages. No longer require dhcpv6 or dhcpv6-client in anaconda.
|
|
|
|
|
|
|
|
|
|
| |
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'.
|
| |
|
| |
|
|
|
|
|
|
| |
building x86 boot images on a x86_64 host system.
Also don't try to verify the binary if $LDSO is empty.
|
|
|
|
|
|
| |
Apparently, font maintainence requires renaming and moving font packages
at least once every six months. Hopefully we can be a little more
resistant to changes with this patch, but I'm not hopeful.
|
| |
|
|
|
|
| |
it in images.
|
| |
|
|
|
|
| |
A few path changes, a few new files, and a few less files
|
|
|
|
|
| |
* scripts/makeupdates : Prevent a trace back caused by trying to use an
uninitialized opts var.
|
|
|
|
| |
* scripts/makeupdates (usage): Add help messages for --tag and --offset.
|
|
|
|
| |
This reverts commit 17d5177bb8be5c2d005906b4386664962d008173.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
have anaconda built on the basearch
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Collect all modules listed in modules.ccwmap and modules.networking for
inclusion in the initrd.img for s390x. Removed some module names from
mk-images.s390 that don't appear to exist anywhere in the kernel RPM
anymore. Use $S390EXTRAMODS to list modules for inclusion that are not
in a mapfile.
Added expandModuleDeps() to make sure dependent modules are collected.
|
|
|
|
|
| |
Make sure cmsfscat makes it in to the s390x initrd, it lives in
/usr/sbin after upd-instroot has run.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We were losing strings from liveinst/liveinst.desktop.in, ui/*.glade,
and lang-table whenever update-po would run. Expand the po/ Makefiles
with Rules-lang-table, Rules-glade, and Rules-liveinst. These files add
targets that generate the source files that the main po Makefile targets
will read. Use intltool-extract to generate these source files from the
glade files and the liveinst files. For lang-table, construct a source
file manually.
Modify scripts/getlangnames.py to open *.gmo files instead of *.mo
files.
In the ui/ and liveinst/ subdirs, add the *.h files to CLEANFILES so a
'make clean' operation will clear them out.
|