summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
* analog: cleanup whitespace in the file.Ales Kozumplik2011-04-181-10/+10
|
* Fix unmounting in anaconda-cleanup to deal with /mnt/sysimage as well.Chris Lumens2011-04-151-19/+10
|
* And call anaconda-cleanup from restart-anaconda.Chris Lumens2011-04-131-0/+1
| | | | | | | | This is an attempt to make sure that everything anaconda's mounted during a partially completed installation is unmounted and cleaned up. Note that there's still plenty of opportunity for failures here depending on where you restart anaconda. I think during package installation is especially suspect.
* Unmount everything in /mnt/install from anaconda-cleanup.Chris Lumens2011-04-131-6/+9
|
* Update restart-anaconda to work with systemd.Chris Lumens2011-04-121-25/+5
|
* Add shell command to upd-bootisoBrian C. Lane2011-03-251-1/+12
| | | | | | | | This allows you to manually make changes to the new initrd before the final build of the .iso eg. Copy loader.debug over the top of /sbin/loader so that backtrace will include useful symbols if a segfault is triggered.
* Detect live environment if no args passed to anaconda-cleanup.David Lehman2011-03-141-0/+3
|
* Add cmdline options and f15 support to upd-bootisoBrian C. Lane2011-03-111-96/+139
| | | | | | | Add options to leave tmp directory, skip iso creation and specify an alternate destination directory. Added support for f15
* Generate locale files on requestMartin Sivak2011-02-141-9/+7
|
* Don't write our own udev persistent net rules; use udev's generator.Bill Nottingham2011-02-041-1/+3
|
* Add upd-bootiso scriptBrian C. Lane2011-02-041-0/+241
| | | | | | | | This script allows you to update an existing boot.iso with a new anaconda rpm. It also works on full DVD isos. The current version does not work with rawhide's single initrd image yet.
* Conditionalize use of UEFI on boot.isoPeter Jones2011-01-142-4/+7
| | | | This conditionalizes adding support for UEFI when creating boot.iso
* Suddenly, we need gnome-themes-standard.Ales Kozumplik2011-01-141-1/+3
| | | | | Due to changes related to gtk-3, we have to have Adwaita theme files in the image to keep the nice themed look (buttons, window decorations).
* Use sysfs instead of losetup to find loop devs' backing files.David Lehman2011-01-111-2/+1
| | | | Also rename loop.get_device_path to loop.get_backing_file.
* Add /sbin to the $PATH for the shell on tty2.Chris Lumens2011-01-071-1/+1
|
* Remove mknod-stub. We have the full one around now.Chris Lumens2011-01-051-1/+0
|
* Add /sbin/cio_ignore to the KEEPFILE list on s390xDavid Cantrell2010-12-221-0/+1
| | | | | | | We need this command to handle clearing the cio_ignore blacklist. Related: rhbz#633469 (cherry picked from commit fcbcea085aa69adbb082b75fbf285f9956cc30b9)
* Rename anaconda-image-cleanup and use it for all cleanup in liveinst.David Lehman2010-12-172-1/+1
| | | | New name is anaconda-cleanup.