| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
This is occasionally needed for things such as directories in /etc or
/var.
|
| |
|
| |
|
| |
|
|
|
|
| |
This should fix switching to other ttys during the graphical install
|
|\
| |
| |
| |
| | |
* git://git.infradead.org/~dwmw2/anaconda:
put efika.forth on the install media, for booting Efika
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Determination of the minimum size is a bit of a hack, but until the tools
give us something better, it'll have to do
|
| | |
|
|/
|
|
|
|
|
| |
rpm now uses nss instead of beecrypt. Unfortunately, these libraries are
dlopened instead of linked, so our smart library dependency code in
upd-instroot won't pick them up. They'll need to go back in the list of
files to include.
|
|
|
|
|
|
| |
The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup.
There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
|
|
|
|
|
|
|
| |
The DSO deps are different depending on if /lib/ld-2.*.so or /lib/ld-linux.so.*
is called. In the former case, we don't end up with the symlink so nothing
can run under stage2. This fix makes sure that symlink gets pulled in, but
it does it in a stupid way. Feel free to commit something much better later.
|
|
|
|
|
|
| |
Some packages are built for i686 as well as i386, so if we want to support
older processors we need to include just the i386 packages. Also, I removed
an unused function.
|
| |
|
| |
|
| |
|
|
|
|
| |
follow symlinks.
|
|
|
|
|
|
| |
* scripts/upd-instroot: Commit the patch from Orion Poplawski to
fix up our shlib dep finding. Also removes the hardcoded lists of
libraries
|
| |
|
|
|
|
| |
* scripts/upd-instroot: Improved find patch from Orion Poplawski
|
|
|
|
|
|
| |
* scripts/upd-instroot: Patches from Orion Poplawski to add timing
information, not duplicate the file list creation, not doubling
package installs and avoiding using find when we can
|
|
|
|
| |
* scripts/upd-instroot (tsflags): Use nodocs (Orion Poplawski)
|
|
|
|
| |
* scripts/upd-instroot (KEEPFILEGR): More font movement (#304271)
|
|
|
|
|
| |
* scripts/mk-images (foundakernel): And instead expand it out here
* scripts/upd-instroot (PACKAGES): Don't grab firmware here
|
|
|
|
| |
* scripts/upd-instroot (KEEPFILEGR): I can't type (#279931)
|
|
|
|
| |
* scripts/upd-instroot (PACKAGESGR): New chinese font packaging too
|
|
|
|
|
| |
* scripts/upd-instroot (PACKAGESGR): Include new japanese font
package naming (#279931)
|
| |
|
| |
|
|
|
|
|
|
| |
* anaconda.spec: Bump version.
* scripts/upd-instroot (KEEPFILE): Quick and dirty fix for libpopt
|
|
|
|
|
| |
* scripts/upd-instroot (LDSO): Attempt to fix where we're not
resolving deps properly
|
|
|
|
|
|
|
|
|
|
|
|
| |
have firmware loaded (#251941).
* scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll
change this later once the kernel provides us with more
info (#177452).
* scripts/mk-images (makeinitrd): Remove arch test for copying over
firmware files. Just check the module list and copy firmware, also
add atmel and iwl4965 (#177452).
|
|
|
|
| |
* scripts/upd-instroot (LDSO): Fix symlink handling
|
|
|
|
|
|
|
| |
instroot list.
* scripts/mk-images (makeinitrd): Copy firmware files over if we
have them and if we are including the driver.
|
|
|
|
|
|
|
|
|
| |
* anaconda.spec (Requires): And so we don't need /usr/bin/strip
for anaconda-runtime anymore
* scripts/scrubtree: Stuff is stripped as buildroot policy now
* scripts/mk-images: Likewise.
* scripts/upd-instroot: Likewise.
|
|
|
|
|
| |
* scripts/upd-instroot (XDRIVERS): Switch to just xorg-x11-drivers
now that we depsolve
|
|
|
|
|
|
|
|
|
| |
* scripts/upd_instroot: Added packages and files so man pages work
in rescue. BZ#243443.
* iw/task_gui.py: Setup the additionall Everythin Repo. BZ#254014.
* installclasses/fedora.py: User can choose additional repo.
BZ#254014
|
|
|
|
|
| |
* scripts/upd-instroot: Check theme stuff in the installed root,
not the host
|
|
|
|
|
| |
* scripts/upd-instroot: Don't redo things that happen in %post
scripts of packages
|
|
|
|
|
| |
* scripts/upd-instroot (expandPackageSet): Dynamically determine
GTK and icon theme bits to pull in
|
|
|
|
|
| |
* scripts/upd-instroot: We don't need to keep the SELinux stuff
around after we create the policy
|
| |
|
|
|
|
|
| |
* anaconda.spec: libuser grew a python subpackage (#251347)
* scripts/upd-instroot: Likewise.
|
|
|
|
| |
* scripts/upd-instroot (KEEPFILE): Add dosfslabel (#251217)
|
|
|
|
| |
(#147109).
|
|
|
|
| |
rather than at each invocation, and stick with the first one that works.
|
|
|
|
|
| |
* scripts/upd-instroot: Add an empty reposdir= directive
(<jkeating@redhat.com>)
|
|
|
|
|
|
| |
* scripts/upd-instroot: Use the tree as the repo rather than the
yum config on the machine (whoops!)
* scripts/buildinstall (BUILDINSTALL): Pass $p
|
|
|
|
|
|
|
|
|
| |
* scripts/upd-instroot: Switch the way we build second stage
images. Move to using yum to populate with a set of packages and
then do pruning of the installed root. Prune with our file list +
doing dso dep checking. This will be slower, but should help to
avoid us having to maintain the list as much and avoiding the
problems when things grow new library deps.
|