| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
Make sure we append to the $PACKAGES list for s390x. In the KEEPFILE
list, replace "sbin/qetharp*" with a line for qetharp and one for
qetharp-2.6 so we avoid including qetharp-2.4.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
As the bug indicates, the kernel module is still available. I'm not
really interested in supporting installation to reiserfs, but I think we
should be able to recognize the filesystems in the partitioning UI as
well as let people shrink existing reiserfs filesystems to make room for
Fedora on more sane filesystems.
Detection works as is, but users have to pass 'reiserfs' on the command
line to enable installation to reiserfs volumes or to enable resize
support.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a user runs dhclient by hand from the installer media (say, if they
are using the installer media to just bring up a shell with a Linux
environment), they will get the following error:
/sbin/dhclient-script: line 384: ipcalc: command not found
We have been including ipcalc in the s390 initrd.img, because
linuxrc.s390 requires it. Move the inclusion in upd-instroot to all
architectures instead.
|
|
|
|
|
| |
This happened to work before because the icon theme had the same name as
the cursor theme.
|
| |
|
|
|
|
|
| |
This was causing us to try and find a "Uses" engine because the gtkrc
file had "# Uses the Nodoka theme engine, " in it.
|
| |
|
| |
|
|
|
|
|
| |
Finish off removing the symlinking and requirements for rhpl in
anaconda.
|
| |
|
|
|
|
|
|
| |
in stage2. Rather than trying to pick out python module deps,
let's just include everything. If it's a huge size hit, we'll
blacklist big things we don't need
|
|
|
|
|
|
|
|
|
|
| |
Remove the following packages from the PACKAGES list in upd-instroot:
dmapi, liblbxutil, libpixman, libtermcap, policy, pyspi,
python-elementtree, raidtools, xorg-x11, xorg-x11-base,
xorg-x11-libs, xorg-x11-libs-data, xorg-x11-xkbdata,
yum-fedorakmod, open
Patch from Jeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add dialog package required for firstaidkit
Create /etc/fstab in ramdisk to make mount commands easier (#440327)
|
|
|
|
| |
mdmon application is needed to switch imsm md array to read/write mode.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This is a port from the RHEL5 patch to make sure that this lib is
present so sshd and telnet can work properly in s390. RHEL5 reference
bug (#473955).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
NetworkManager likes having an /etc/hosts file to start with on the
system. It doesn't want to "own" the file, only touch and poke at it.
|
|
|
|
| |
This reverts commit 8683176aef29562f6e7505a7727b79f94e1c8a8c.
|
|
|
|
|
| |
We don't need these commands in both locations, /sbin will be
sufficient.
|
|
|
|
|
| |
Install the udev rules in /lib/udev/rules.d instead of in runtime dir, so
that they are available for use directly on the livecd.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
anaconda
fsset.py
iutil.py
iw/partition_gui.py
partedUtils.py
|
| |
| |
| |
| | |
VNC package name changed.
|
| |
| |
| |
| | |
Signed-off-by: David Cantrell <dcantrell@redhat.com>
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: David Cantrell <dcantrell@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Caveat #1: If the brand package doesn't exist, buildinstall will fail
Caveat #2: If the brand package has uppercase characters in it's name,
it needs to provide ${brand}-{release,logos} in lowercase or
yum thinks the package doesn't exist and buildinstall will fail
An additional patch may be necessary to:
1) check for ${brand}-{release,logos}
2) if those do not exist, fall back by setting the brand to "generic"
This will need to happen *after* the YUM configuration file has been
written, but before upd-instroot is executed.
|
|
|
|
|
| |
Require pyparted >= 2.0.0 and be sure to save the _pedmodule.so
and parted Python modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch replaces the iscsi.py code with new code using libiscsi, getting
rid of the awefull configfile mangling to set auth info hack, and in general
making it much cleaner.
Fixes:
-Report error when we cannot add a disk instead of silently failing (461830)
-Report error when trying to use iscsi from kickstart without having an
iscsiname directive first (463156)
-Better feedback while scanning iscsi disks
-Make ibft work with chap and 2-way chap
-Make ibft configured disks available for upgrades and in rescue mode
-Make ibft boot work even when iscsi-initiator-utils is installed after the
kernel in the transaction
Note:
libiscsi is available in Fedora now
|
|
|
|
|
|
|
| |
Moves setuptime step into earliear stage to create files
with correct timestamp (prevent future time skew after boot).
Includes /usr/share/zoneinfo tree in stage 2, it is needed
when hw clock is in localtime (for hwclock --hctosys call).
|