| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Otherwise all the paths end up with the /usr/local prefix and e.g.
the timezone map doesn't find its images.
|
| |
|
|
|
|
| |
We need _isys.so in the $UPDATES/pyanaconda/isys so that it can be imported
from the updated $UPDATES/pyanaconda/isys/__init__.py module. Also we need
both these files in $UPDATES/pyanaconda/isys if either of them changed.
|
| |
|
|
|
|
|
|
|
|
|
| |
The idea here is that by adding a gradient up top, the "Done" button looks
more like it belongs with the header than with the widgets down in the
spoke. It also subtly makes the spoke look like a subpart of the hub.
Adding this required adding an additional internal widget, which means also
changing all existing glade files to include this internal widget. Make sure
to build new glade support and install locally (or use the proper makefile
targets) before editing.
|
| |
|
|
| |
I guess I'm the only person to touch isys in a very long time, huh?
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
/tmp is tmpfs and is created at boot time, so we cannot unpack our
updates there in dracut as they will be lost. Instead unpack them to
/run/initramfs/inst.{updates,product} and create a symlink when anaconda
starts so that it can continue to look for content there.
|
| |
|
|
| |
This is all handled by lorax now, and having it in two places is confusing.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile.am
anaconda
data/systemd/anaconda.target
pyanaconda/bootloader.py
pyanaconda/constants.py
pyanaconda/iutil.py
pyanaconda/kickstart.py
pyanaconda/network.py
pyanaconda/vnc.py
scripts/makeupdates
|
| | |
| |
| |
| |
| | |
We're not supporting the boot mode that requires gptsync so don't ship
the software any more.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
This adds the -a option to makeupdates, it will expand the contents of
an rpm into the root of the updates image. This overlays the installer's
root filesystem, allowing any file to be updated.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
I'd like to be able to make more top-level .ui files, for stuff that is
used throughout anaconda. These shouldn't end up in a gui/ directory,
because nothing will be looking for them there.
|
| | |
| |
| |
| |
| |
| | |
This adds the -a option to makeupdates, it will expand the contents of
an rpm into the root of the updates image. This overlays the installer's
root filesystem, allowing any file to be updated.
|
| | | |
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile.am
anaconda
anaconda.spec.in
loader/loader.c
loader/net.c
loader/unpack.c
po/POTFILES.in
pyanaconda/__init__.py
pyanaconda/bootloader.py
pyanaconda/cmdline.py
pyanaconda/constants.py
pyanaconda/dispatch.py
pyanaconda/errors.py
pyanaconda/flags.py
pyanaconda/iutil.py
pyanaconda/kickstart.py
pyanaconda/platform.py
pyanaconda/storage/__init__.py
pyanaconda/storage/devicetree.py
pyanaconda/storage/fcoe.py
pyanaconda/storage/formats/swap.py
pyanaconda/storage/iscsi.py
pyanaconda/storage/partitioning.py
pyanaconda/yuminstall.py
scripts/makeupdates
|
| | |
| |
| |
| | |
Only a few specific items in data need to be updated.
|
| | |
| |
| |
| | |
The liveinst script can now be updated by an updates.img
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
copy systemd .service/.target files into the appropriate directory.
also, some cleanups for makeupdates. whee!
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Anaconda wants to find its files in /tmp/updates, so put them under
tmp/updates in the updates image.
The one exception to this is anaconda itself, which should be in
/usr/sbin.
Also skip dracut/ as we can't sanely update those things (yet).
|
| | |
| |
| |
| |
| |
| |
| | |
EVERY LAST REFERENCE TO LOADER MUST BE ELIMINATED RARRRR:
- remove references to loader in analog and makeupdates.
- change the default progname in isys/log.c from loader to anaconda.
- reword comments here and there that refer to loader.
|
| |/
|
|
|
| |
The ui update files should be in /tmp/updates/ui/<dir> where
dir is the directory specified in the uiFile. eg. hubs, spokes
|
| |
|
|
|
|
|
|
|
| |
instead of just copying over the entire pyanaconda/. we can afford doing
this now for two reasons:
1) anaconda:setupPythonUpdates() symlinks remaining files and directories.
2) booty/ and isys/ are now correctly under pyanaconda.
|
| |
|
|
|
|
|
| |
Now that we are using the pyanaconda module the updates need to
include it, and the path needs to be adjusted to include it.
isys should also be included next to it when it's __init__.py changes
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* scripts/makeupdates (getArchiveTagOffset): New function to calculate
the tag based on an offset.
(main): Add the offset option to the arguments.
|
| | |
|
| | |
|
|
|
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.
|