| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This is useful as the install user's shell, rather than having anaconda
direct as that shell.
|
| |
|
|
|
| |
We no longer use lang-table for anything. localeinfo.py is module for
accessing data from lang-table.
|
| | |
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
New name is anaconda-cleanup.
|
| | |
|
| |
|
|
| |
Related: rhbz#576439
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
This was accidentally omitted from:
d42a7a7e21c6b4a45437a6139e169ccaaf17784b.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|