summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to attach to anaconda's tmuxJesse Keating2012-10-101-1/+1
| | | | | This is useful as the install user's shell, rather than having anaconda direct as that shell.
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-041-1/+1
| | | | | We no longer use lang-table for anything. localeinfo.py is module for accessing data from lang-table.
* We no longer need getkeymaps, mapshdr, or readmap.Chris Lumens2012-08-091-1/+1
|
* remove scripts/upd-initrd and scripts/upd-bootisoWill Woods2012-02-151-2/+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.
* Remove things from scripts/ that lorax obsoletes.Chris Lumens2011-07-071-5/+3
|
* Add a python program to record memory usage during installation.Chris Lumens2011-05-161-1/+4
| | | | | | 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.
* Rename anaconda-image-cleanup and use it for all cleanup in liveinst.David Lehman2010-12-171-1/+1
| | | | New name is anaconda-cleanup.
* Fix the build.Chris Lumens2010-12-081-3/+1
|
* analog: put it under /usr/bin so it's on the path in an installed system.Ales Kozumplik2010-12-031-2/+1
| | | | Related: rhbz#576439
* Add support for installing onto block device image files.David Lehman2010-12-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiple image files can be specified via "--image=/path/to/image[:name]" on the anaconda command line. The name cannot contain colons. Whenever disk images are specified, they automatically become the only disks visible to anaconda, as if "ignoredisks --only-use" had been used. Fow now, only normal disk images are supported. Do not try to build a fwraid or mpath in image files and expect anaconda to handle it correctly. Don't log to system log for disk image installs. For one thing, it adds a huge amount of text to /var/log/messages. It also has some problem that prevents subsequent attempts to connect to the syslog socket (from anaconda_log.py, anyway) to fail. Don't allow configuration of network devices during disk image installs. Also, don't write anything in /etc/sysconfig on the host system when doing image installs. Don't start auditd when doing an image install. Don't run setupTimezone if installing to disk image file(s). We don't want to change settings on the host system. Don't start or stop iscsi, fcoe, dasd, or zfcp during image installs.
* Restarting anaconda.Ales Kozumplik2010-06-071-0/+3
| | | | | | | Provides a shell script that restarts stage2 anaconda by killing it along with everything it has spwawned (X server, metacity). This also needs some support by the loader.
* Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.Chris Lumens2010-04-061-1/+1
|
* put the analog script into the RPMAles Kozumplik2010-03-191-0/+3
| | | | | This was accidentally omitted from: d42a7a7e21c6b4a45437a6139e169ccaaf17784b.
* Add scripts/makeupdates to generate updates.img files.David Cantrell2009-07-221-1/+2
| | | | | | | | 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.
* Convert scripts/ to Makefile.amDavid Cantrell2009-06-091-0/+27