summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Use %_prefix macro value when calling configure in makeupdatesVratislav Podzimek2013-02-221-2/+2
| | | | | Otherwise all the paths end up with the /usr/local prefix and e.g. the timezone map doesn't find its images.
* Fix including _isys.so and isys/__init__.py in updates.imgVratislav Podzimek2013-02-011-2/+9
| | | | | | 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.
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-3/+3
|
* anaconda-cleanup doesn't use an interface at all.Chris Lumens2013-01-161-2/+0
|
* Add a gradient background to spoke headers (mizmo, clumens).Chris Lumens2012-12-121-0/+2
| | | | | | | | | | | 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.
* Escape single percent signs in RPM changelog entries.David Cantrell2012-11-301-0/+1
| | | | | | | makebumpver needs to make sure that single percent signs (%) are escaped in RPM changelog lines. Leaving single percent signs in the changelog entries causes problems for rpmlint and, theoretically, rpmbuild.
* Fix makeupdates to correctly detect and include changes in isys.Chris Lumens2012-11-091-3/+10
| | | | I guess I'm the only person to touch isys in a very long time, huh?
* Bundle more of data/ in updates.imgJesse Keating2012-10-101-0/+4
|
* Add a script to attach to anaconda's tmuxJesse Keating2012-10-102-1/+7
| | | | | This is useful as the install user's shell, rather than having anaconda direct as that shell.
* Fix makeupdates to work for glade files in subdirs of spokes/ or hubs/.David Lehman2012-10-041-5/+7
|
* Add debug option to bumpverBrian C. Lane2012-09-251-3/+14
| | | | | Pass -d to bumpver to turn on debug logging or run: BZDEBUG=1 make bumpver
* Fix a typo in makeupdates.Chris Lumens2012-09-201-1/+1
|
* Don't fail when making updates if the symlink already exists.Chris Lumens2012-09-141-1/+1
|
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-042-49/+1
| | | | | We no longer use lang-table for anything. localeinfo.py is module for accessing data from lang-table.
* Symlink /run/initramfs/inst.{updates,product} to /tmpJesse Keating2012-08-291-3/+4
| | | | | | | /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.
* Move expandLangs to localization moduleVratislav Podzimek2012-08-291-1/+2
|
* anaconda-cleanup: fix DeviceTree argsBrian C. Lane2012-08-271-1/+1
|
* Remove the data/bootdisk directory tree.Chris Lumens2012-08-161-1/+1
| | | | This is all handled by lorax now, and having it in two places is confusing.
* Allow updating tmux.conf via makeupdates.Chris Lumens2012-08-141-0/+2
|
* We no longer need getkeymaps, mapshdr, or readmap.Chris Lumens2012-08-092-76/+1
|
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Drop gptsyncJesse Keating2012-07-191-1/+1
| | | | | | | | | | We're not supporting the boot mode that requires gptsync so don't ship the software any more.
| * makeupdates: change to use install_to_dirBrian C. Lane2012-07-181-2/+2
| |
| * makeupdates: add rpm contents to updates.imgBrian C. Lane2012-06-221-2/+15
| | | | | | | | | | | | 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.
* | Fix makeupdates for the new UI file suffix.Chris Lumens2012-07-271-2/+2
| |
* | Extend makeupdates to build and install new anaconda widgets.Chris Lumens2012-07-201-2/+44
| |
* | Don't put all .ui files into a subdirectory of an updates.img.Chris Lumens2012-07-021-3/+6
| | | | | | | | | | | | 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.
* | makeupdates: add rpm contents to updates.imgBrian C. Lane2012-06-221-2/+15
| | | | | | | | | | | | 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.
* | makeupdates: update for newui path and update overlayBrian C. Lane2012-06-211-3/+3
| |
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-207-392/+38
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * anaconda-cleanup: umount /run/media too (#820750)Brian C. Lane2012-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | Desktop behavior has changed. We need to umount things under /run/media now. This is further complicated by using the liveuser name in the mountpoint. So we now: skip any device with live in the devicename in order to preserve things like /dev/mapper/live-rw skip umounting anyting under /run/initramgs (eg. /run/initramfs/live)
| * makeupdates: ignore most of data directoryBrian C. Lane2012-05-091-1/+5
| | | | | | | | Only a few specific items in data need to be updated.
| * makeupdates: install liveinst to /usr/sbinBrian C. Lane2012-03-281-0/+2
| | | | | | | | The liveinst script can now be updated by an updates.img
| * fix typo in makeupdatesBrian C. Lane2012-03-221-1/+1
| |
| * makeupdates: add support for updating systemd services/targetsWill Woods2012-03-211-13/+19
| | | | | | | | | | | | copy systemd .service/.target files into the appropriate directory. also, some cleanups for makeupdates. whee!
| * makeupdates: put files the right placesWill Woods2012-03-191-4/+17
| | | | | | | | | | | | | | | | | | | | 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).
| * Remove misc. references to loaderWill Woods2012-03-162-6/+3
| | | | | | | | | | | | | | 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.
| * remove scripts/upd-initrd and scripts/upd-bootisoWill Woods2012-03-163-366/+1
| | | | | | | | | | Creating the initrd and boot.iso is the province of lorax. These scripts don't really work anymore, so let's not carry them around.
| * Move from loader.service to anaconda.serviceWill Woods2012-03-161-8/+4
| | | | | | | | | | Replace loader.service with anaconda.service, which starts anaconda directly. Make necessary changes to related files.
| * Check for live install before doing live-specific umounts.David Lehman2012-01-261-1/+1
| |
* | makeupdates: copy .ui into /tmp/updates/ui/Brian C. Lane2012-06-121-1/+13
|/ | | | | The ui update files should be in /tmp/updates/ui/<dir> where dir is the directory specified in the uiFile. eg. hubs, spokes
* analog: properly log user.info where NetworkManager (also) communicates.Ales Kozumplik2011-10-111-1/+3
|
* analog: bump the version to rsyslog 5Ales Kozumplik2011-10-111-1/+1
|
* isolate localeInfo and expandLangs() from langauges.py into a separate module.Ales Kozumplik2011-09-071-6/+6
| | | | | | | | | After 0c662ebeaf4043ff2e2a1f7d09b527f4bf243047, we can not build due to imports problem during build time (importing pyanaconda.constants tries to import pyanaconda.__init__ which tries to import isys etc.). This change separates the language.py bits and the bits needed during build time. Includes new unit tests.
* Handle any amount of whitespace between keyword and rhbz reference.David Cantrell2011-07-211-1/+1
| | | | | Allow any amount of whitespace between the Resolves, Related, and Conflicts keywords and the rhbz reference.
* Fix a bug where language names aren't translated to native.Chris Lumens2011-07-071-1/+1
| | | | | (1) We need translations built before running getlangnames.py. (2) getlangnames.py is looking in the wrong place for .gmo files.
* Remove things from scripts/ that lorax obsoletes.Chris Lumens2011-07-0716-3732/+3
|
* Update upd-bootiso for F16Brian C. Lane2011-06-271-19/+45
| | | | F15+ uses xz to compress initrd.img
* Add a python program to record memory usage during installation.Chris Lumens2011-05-163-1/+77
| | | | | | This program only runs during installation if the "debug" command line option is provided. It writes out a /tmp/memory.dat file which can be copied off the system and processed with the provided gnuplot script to display a graph.
* analog: turn off another harmful feature of rsyslogd.Ales Kozumplik2011-04-181-0/+1
| | | | | | | This disables dropping messages when there's too many of them which might or might not cause the related bug. Related: rhbz#696943