| 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.
|
|
|
|
|
|
|
|
| |
If you are working on the buildinstall scripts, you can pass the
--localscripts option to buildinstall to force it to use the scripts
from the current directory rather than downloading the anaconda RPM
from the repo you specify, unpacking it, and using the scripts from
there.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* scripts/makeupdates (getArchiveTagOffset): New function to calculate
the tag based on an offset.
(main): Add the offset option to the arguments.
|
|
|
|
|
| |
This fixes a little typo in shell variable expansion introduced in:
http://git.fedorahosted.org/git/anaconda.git?h=70306f69b24e0245479b2faa396c6cb4c472960e
|
|
|
|
| |
there size
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
This was causing get_dso_deps to go haywire when encountering
statically linked things like /sbin/grub. Particularly bad
on x86_64 when it would try to use the 64bit LDSO to run the
32bit executable. The output would be bad enough that it would
short circuit our loop to install all the things in KEEPFILES. We
noticed this because on x86_64 the gtk2 theme is what is listed after
/sbin/grub in keepfiles, and we weren't getting our theme on x86_64.
|
| |
|
| |
|
|
|
|
|
|
| |
Exiting from a function being called could leave things in a
weird state. The exit makes sense for mkinitrd, maybe less
so when building installer images
|
| |
|
|
|
|
|
| |
Finish off removing the symlinking and requirements for rhpl in
anaconda.
|
|
|
|
|
| |
system-config-keyboard has the keyboard bits now, so let's use
those rather than the ones from rhpl
|
| |
|
|
|
|
|
|
| |
Put controlunits.sh in /usr/lib/anaconda-runtime/loader on s390, install
as /sbin/controlunits in the initrd.img, modify linuxrc.s390 to source
/sbin/controlunits.
|
| |
|
|
|
|
| |
If s390 images lack /lib/ld64.so.1, nothing works.
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Move the contents of the 'make updates' target to scripts/makeupdates.
Make the recompilation of the _isys module be conditional (if you want
to do that, either run 'make updates' as you have been or pass -c to
scripts/makeupdates). Running makeupdates without -c will generate an
updates.img with just the changed Python files.
|
| |
|
|
|
|
|
| |
x86 boot.iso is built with isohybrid, so let's pass what the stage2
will be in that case
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Create /etc/dhcp in the initrd image and make sure loader writes
dhclient configuration files to /etc/dhcp.
|
| |
|
| |
|