summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Move from loader.service to anaconda.serviceWill Woods2012-03-164-5/+5
| | | | | | | | | | | | | | | Replace loader.service with anaconda.service, which starts anaconda directly. Make necessary changes to related files.
| * | Merge branch 'noloader'Will Woods2012-03-308-7/+1006
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge the noloader branch into master. Hooray! Conflicts: data/systemd/Makefile.am data/systemd/anaconda.target data/systemd/fedora-import-state loader/loader.c loader/net.c
| | * | a couple small cleanups/fixes for fedora-import-state.serviceWill Woods2012-03-082-2/+7
| | | |
| | * | anaconda-shell service tweaksWill Woods2012-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | following getty@.service, make sure we run the shell after plymouth quits, etc.
| | * | add fedora-import-state.service (fix NFS root: #799989)Will Woods2012-03-074-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dracut writes out an ifcfg-ethX file and a dhclient lease file for the interface used to mount the runtime. We need to pass that along to NetworkManager so it won't bring down the interface we're using for our root device. This service copies the contents of the /run/initramfs/state directory into its intended place, as would normally be done in fedora-readonly for NFS readonly-root systems.
| | * | move linuxrc.s390 out of harm's wayWill Woods2012-02-152-0/+999
| | | | | | | | | | | | | | | | | | | | We still need linuxrc.s390 (that's a project for another year), so move it out of loader/ while we warm up the orbital lasers.
| | * | Remove misc. references to loaderWill Woods2012-02-151-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.
| | * | Move from loader.service to anaconda.serviceWill Woods2012-02-154-5/+5
| | |/ | | | | | | | | | | | | Replace loader.service with anaconda.service, which starts anaconda directly. Make necessary changes to related files.
| * | Transfer network state from dracut to anaconda to keep NFS workingWill Woods2012-03-124-2/+31
| | | | | | | | | | | | | | | | | | | | | We need to prevent NM to shut down interfaces, because we have NFS mounted squash.img in NFS based install. Resolves: rhbz#799989
| * | iscsi: add Configure Network to advanced storage GUI (#500273)Radek Vykydal2012-03-071-0/+107
| | | | | | | | | | | | | | | | | | | | | Useful for bringing up second interface for iscsi (e.g. for iface bound and multipathed target) Related: rhbz#500273
| * | iscsi: add iface binding support to discovery and setup GUI (#500273)Radek Vykydal2012-03-071-0/+33
| |/ | | | | | | | | | | | | Resolves: rhbz#500273 In this initial support all used nodes will be either iface bound using default iface.
| * 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
| |
| * Scan for btrfs while looking a new devices.David Lehman2011-12-191-0/+2
| |
* | Setup NTP servers and daemon as specified in the kickstart before UI appearsVratislav Podzimek2012-06-121-1/+1
| |
* | Add a little right pointing arrow to the active mountpoint selector.Chris Lumens2012-06-071-0/+0
| |
* | Run chronyd.service by defaultVratislav Podzimek2012-05-221-1/+1
| |
* | The post scripts need to make use of $ANA_INSTALL_PATH.Chris Lumens2012-02-222-9/+9
| |
* | Move setfilecons code into a kickstart script, too.Chris Lumens2012-02-222-1/+15
| |
* | Log file copying can be handled by a kickstart script now.Chris Lumens2012-02-222-1/+14
| |
* | Support implementing portions of anaconda's post-install as %post scripts.Chris Lumens2012-02-223-1/+33
|/ | | | | | | | For now, all that's supported is copying screenshots. However this could be extended to other portions that really don't benefit from being in python (restorecon, etc.). Of course none of these scripts get run yet given that we don't have any way to run the kickstart file, but once we do we'll get this for free.
* Change what the third column of lang-table means.Chris Lumens2011-10-311-61/+61
| | | | | | | | It now means "is text mode supported for this language?". It used to store which font we'd use to display the language, where "none" meant that text mode didn't work in that language. However, we don't ever set the font based upon that column and we shouldn't really ever be setting the font ourselves anyway.
* Remove our own screen fonts (#742613, #743429).Chris Lumens2011-10-319-51/+1
| | | | This is yet another thing systemd can do for us, if we let it.
* Move the fedora logo to the left.Ales Kozumplik2011-10-041-0/+4
| | | | Resolves: rhbz#739861
* it is anaconda-shell@.service or we can't build.Ales Kozumplik2011-09-231-1/+1
| | | | see also 6239b2ddc9a595059d20f4672e0140391382a860.
* Remove tmp.mount (systemd handles this for us now)Will Woods2011-09-212-10/+1
|
* Move dependency info into the unit filesWill Woods2011-09-213-12/+4
|
* move anaconda-shell.service to the correct filenameWill Woods2011-09-211-0/+0
|
* make anaconda-shell.service a template, put it on tty2 & hvc1Will Woods2011-09-212-5/+8
| | | | | | We're also passing "-l /bin/bash -o '--login'", which does the no-login thing for us, so we can remove the silly hack where we replace /bin/login with a shell script that runs bash.
* systemd: anaconda.target wants rsyslog.serviceAles Kozumplik2011-09-081-0/+1
| | | | | | Else systemd doesn't start rsyslogd and all the logs get dumped to ttys. Resolves: rhbz#736125
* i18n: Do not include newlines in the reinit dialog's label.Ales Kozumplik2011-08-181-5/+3
| | | | | | | | The translators don't know how to what to do about them: if they omit them the dialog stretches wildly because wrapping wasn't set. If they include them in the translation the text might look awkwardly formatted. Resolves: rhbz#730879
* 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.
* ConditionKernelCommandLine is a setting for Unit, not Service.Chris Lumens2011-08-101-1/+1
|
* simplify anaconda.target/loader.service requirementsWill Woods2011-08-093-5/+6
| | | | | | | | | A lot of the stuff loader.service currently requires (udev, syslog, dbus, etc.) is started by basic.target, so let's have anaconda.target start after basic.target (much like multi-user.target) and simplify loader.service's requirements. (also, there's no such thing as dbus.target)
* make anaconda-shell.service more like getty@.serviceWill Woods2011-08-091-0/+6
|
* 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.
* Remove KillMode= from systemd control files.Chris Lumens2011-06-282-2/+0
| | | | | process-group was an old setting that's no longer valid, and the default setting is fine for us.
* Implement an option that lets anaconda name mpath devices by the wwid.Ales Kozumplik2011-06-172-0/+103
| | | | | | | | | | | Adds a new option dialog to the filtering screen, with a checkbox. If user unchecks this, /etc/multipath.conf is generated with user_friendly_names set to "no". This will give all mpath devices names in the /dev/mapper/<wwid> format, partitions are /dev/mapper<wwid>p1. The setting defaults to using the friendly names. Resolves: rhbz#709653
* Allow autopart without lvm.David Lehman2011-06-081-5/+44
| | | | Use LVM by default.
* Use read-only locking for lvm commands in udev rules.David Lehman2011-06-031-2/+2
| | | | This prevents intermittent deadlocks during storage activation.
* Add a shortcut for Configure Network (#705022)Martin Gracik2011-05-191-1/+1
|
* Add a python program to record memory usage during installation.Chris Lumens2011-05-163-3/+11
| | | | | | 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.
* Trim "/dev/" correctly in list-harddrives (#702430).David Cantrell2011-05-101-1/+6
| | | | | Trim the leading /dev/ from device node names in the list-harddrives command-stub.
* iscsi: disable the 'Login' button with no nodes selected.Ales Kozumplik2011-04-281-1/+1
| | | | Resolves: rhbz#700085
* Add "quiet" to the x86-64 and i386 boot arguments.Chris Lumens2011-04-122-6/+6
|
* Remove from init.c/loader.c things that systemd does for us.Chris Lumens2011-04-123-5/+14
| | | | | | | * We don't need to populate /dev. * We don't need to mount filesystems. * We don't need to start dbus or udevd. * We don't need to start a shell in multiple places.
* Add the unit files necessary to have systemd start loader.Chris Lumens2011-04-125-1/+60
|
* Update icons and add a new 256x256 version (#689014).Chris Lumens2011-03-219-1/+48
|
* Collect LUKS passphrases to avoid making users enter them repeatedly.David Lehman2011-03-141-18/+0
| | | | | | | | This pretty much makes us behave like plymouth: We try every passphrase we know until one works. If we have none, or none works, we prompt for a passphrase. If that passphrase works, we add it to our list. Resolves: rhbz#588942