| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
liveinst:
use /dev/mapper/live-osimg-min as the install source. This is the original
filesystem before changes made by the live boot scripts.
updates overwrite unconditionally
anaconda:
handle livecd: method, set method to 'livecd' and partition to the path.
packaging:
Move new-kernel-pkg creation into a helper method, _recreateInitrds
Add a flag to prevent running new-kernel-pkg more than once
livepayload:
mount the install source on INSTALL_TREE and rsync it to the ROOT_PATH
Don't use verbose with rsync, results in huge program.log and slows
down install. Error will be logged.
Ignore rsync errors. It has problems with selinux xattrs. Log the
return value, but continue.
Call _recreateInitrds to create the initrd (#853988)
|
| |
|
|
|
|
|
| |
Imported from https://github.com/cosimoc/fedora-welcome
This is for Fedora 17 only. It will be moved into its own package
for Fedora 18.
|
| |
|
|
| |
For F17 updates images are now relative to /
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Convert the others to their proper new path.
|
| |
|
|
|
|
|
| |
When doing composes pungi (and lorax) uses a flag --isfinal, to set
a final release, otherwise it is considered a beta release by default.
This patch makes the final vs beta more consistent with the composes.
|
| |
|
|
|
|
|
| |
If the hostname is changed during a live install it causes X auth
problems due to X not running with the -ac flag like a normal install.
This turns changes the auth so that a hostname change will not cause
problems with X.
|
| |
|
|
| |
Let liveinst --updates=* override kernel cmdline updates
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
New name is anaconda-cleanup.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
Read /proc/cmdline and pass the xdriver parameter to anaconda as
--xdriver=
|
| |
|
|
|
|
|
|
| |
By passing buildinstall --isbeta, this in turn gets passed to mk-images
which will then write out IsBeta=true to the .buildstamp file. anaconda
can then read that and make the right decision.
liveinst has to be different, of course.
|
| |
|
|
|
|
| |
This allows the storage testing code to make use of all the special setup and
teardown inside liveinst. Also, don't unmount /mnt/anactest from the liveinst
loop or the driver will not be found.
|
|
|
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|