summaryrefslogtreecommitdiffstats
path: root/data/liveinst
Commit message (Collapse)AuthorAgeFilesLines
* Rename icons for liveinst (conflict with redhat-logos) (#878037)Radek Vykydal2012-11-211-1/+1
|
* liveinst should recognize inst.updates too (#865398).Chris Lumens2012-10-111-0/+6
|
* fixup live install (#853988, #854962)Brian C. Lane2012-09-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | 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)
* liveinst/gnome: Add a welcome screen for use by the Desktop spinKalev Lember2012-05-045-1/+219
| | | | | | | 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.
* liveinst: adjust updates path (#807397)Brian C. Lane2012-03-281-3/+6
| | | | For F17 updates images are now relative to /
* Remove misc. references to loaderWill Woods2012-03-161-1/+1
| | | | | | | 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.
* liveinst: canonicalize live-baseloop symlinkBrian C. Lane2012-01-261-1/+1
|
* Fix error handling in the case of no live block device.David Lehman2012-01-261-1/+1
|
* liveinst: Check for live-baseloop LIVE_BLOCKBrian C. Lane2012-01-131-3/+5
|
* Remove as many of the /selinux path hardcodings as possible (#729563).Chris Lumens2011-08-111-3/+3
| | | | Convert the others to their proper new path.
* Change IsBeta to IsFinalMartin Gracik2011-07-261-2/+2
| | | | | | | 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.
* Change xhost auth when doing a liveinst (#663294)Brian C. Lane2011-02-211-0/+3
| | | | | | | 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.
* Override kernel cmdline updatesBrian C. Lane2011-02-211-1/+4
| | | | Let liveinst --updates=* override kernel cmdline updates
* Remove quotes from udisks command in liveinst (#672022)Brian C. Lane2011-02-091-1/+1
|
* Only remove /tmp/updates and /tmp/updates.img if they exist.Chris Lumens2011-01-241-1/+2
|
* Support passing updates= to liveinst via the boot command line.Chris Lumens2011-01-201-1/+29
|
* No longer run hal-lock on live installs (#670312).Chris Lumens2011-01-201-4/+2
|
* Rename anaconda-image-cleanup and use it for all cleanup in liveinst.David Lehman2010-12-171-33/+3
| | | | New name is anaconda-cleanup.
* Add support for installing onto block device image files.David Lehman2010-12-021-39/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add more modules to the list of things liveinst must load.Chris Lumens2010-11-011-1/+1
|
* Pass xdriver to anaconda in liveinst (#633827)Brian C. Lane2010-09-141-0/+9
| | | | | Read /proc/cmdline and pass the xdriver parameter to anaconda as --xdriver=
* Remove BETANAG, instead reading it from .buildstamp (#628688).Chris Lumens2010-09-101-1/+8
| | | | | | | | 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.
* Allow running an alternate program from liveinst.Chris Lumens2010-06-231-3/+10
| | | | | | 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.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-3110-0/+240
a real Python package. Also updates the build and autotools stuff to work with the new structure