summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for PkgWrangler review.David Cantrell2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: anaconda.src:183: W: unversioned-explicit-obsoletes booty anaconda.src:262: E: hardcoded-library-path in /lib/systemd/system/* anaconda.src:263: E: hardcoded-library-path in /lib/systemd/system-generators/* anaconda.src:287: E: files-attr-not-set anaconda.src:288: E: files-attr-not-set anaconda.src:289: E: files-attr-not-set anaconda.src:290: E: files-attr-not-set anaconda.src:293: E: files-attr-not-set anaconda.src:294: E: files-attr-not-set anaconda.src:295: E: files-attr-not-set anaconda.src:296: E: files-attr-not-set anaconda.src:299: E: hardcoded-library-path in /usr/lib/dracut/modules.d/80%{name} anaconda.src:299: E: files-attr-not-set anaconda.src:300: E: hardcoded-library-path in /usr/lib/dracut/modules.d/80%{name}/* anaconda.src:300: E: files-attr-not-set anaconda.src:624: W: macro-in-%changelog %packages anaconda.src:1234: W: macro-in-%changelog %include anaconda.src:1680: W: macro-in-%changelog %{nil} anaconda.src:1733: W: macro-in-%changelog %post anaconda.src:2160: W: macro-in-%changelog %{nil} anaconda.src:2325: W: macro-in-%changelog %includes anaconda.src:2564: W: macro-in-%changelog %packages anaconda.src:2565: W: macro-in-%changelog %post anaconda.src:2592: W: macro-in-%changelog %pre anaconda.src:2788: W: macro-in-%changelog %pre Updated data/ and data/systemd/ to install to /usr/lib rather than /lib since the UsrMove thing happened. Removed the newt and slang BuildRequires since we do not use those anymore.
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-041-9/+1
| | | | | We no longer use lang-table for anything. localeinfo.py is module for accessing data from lang-table.
* Remove linuxrc.s390David Cantrell2012-08-161-6/+1
| | | | | | The mainframe no longer needs an overly complicated shell script to bring up the complicated installation environment. It boots the way other architectures do, except on punch cards and lab coats.
* Remove the data/bootdisk directory tree.Chris Lumens2012-08-161-1/+1
| | | | This is all handled by lorax now, and having it in two places is confusing.
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda data/systemd/anaconda.target pyanaconda/bootloader.py pyanaconda/constants.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/network.py pyanaconda/vnc.py scripts/makeupdates
| * Run anaconda inside tmuxWill Woods2012-08-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having a shell on tty2 or hvc1 is convenient.. if you have tty2 or hvc1. But not everyone does - think s390, or POWER, or remote virt guests. Instead, let's run anaconda inside a tmux session, with windows pre-configured with a shell, anaconda.log, program.log, and storage.log. We set this up by using two services: anaconda.service, and anaconda-tmux@.service. anaconda.service starts anaconda (and starts watching the logs) inside a detached tmux session, on screen 1. It also starts a shell on screen 2, and 'tail -F' on anaconda.log, storage.log, and program.log on screens 3, 4, and 5. anaconda-tmux@.service will be instantiated on the default console (tty1, hvc0, ttyS0, whatever) and connect to the running tmux session, which will show screen 1 - and thus the text UI (if any) appears. Exiting tmux just restarts anaconda-tmux@.service, which reconnects to the existing session, so you can't accidentally kill the installer by leaving tmux.
* | Add support for loading defaults for an interactive install from a ks file.Chris Lumens2012-07-241-0/+3
| | | | | | | | | | | | Kickstart and interactive installs differ in certain default settings. This allows loading those differences from somewhere without having to complicate the code with lots of conditionals.
* | Remove the old UI's glade files.Chris Lumens2012-07-191-1/+1
| | | | | | | | | | Without gui.py and iw/, they're not useful anymore except as examples of what not to do on newui.
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda anaconda.spec.in loader/loader.c loader/net.c loader/unpack.c po/POTFILES.in pyanaconda/__init__.py pyanaconda/bootloader.py pyanaconda/cmdline.py pyanaconda/constants.py pyanaconda/dispatch.py pyanaconda/errors.py pyanaconda/flags.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/platform.py pyanaconda/storage/__init__.py pyanaconda/storage/devicetree.py pyanaconda/storage/fcoe.py pyanaconda/storage/formats/swap.py pyanaconda/storage/iscsi.py pyanaconda/storage/partitioning.py pyanaconda/yuminstall.py scripts/makeupdates
| * move linuxrc.s390 out of harm's wayWill Woods2012-02-151-0/+5
| | | | | | | | | | 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.
* | Support implementing portions of anaconda's post-install as %post scripts.Chris Lumens2012-02-221-1/+1
|/ | | | | | | | 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.
* Remove our own screen fonts (#742613, #743429).Chris Lumens2011-10-311-1/+1
| | | | This is yet another thing systemd can do for us, if we let it.
* Add the unit files necessary to have systemd start loader.Chris Lumens2011-04-121-1/+1
|
* modules: fix getlangnames.Ales Kozumplik2010-06-231-2/+1
| | | | | | only here the import is done relatively, not through pyanaconda since that pulls in isys which is not yet at the correct location during build-time (and build thus fails).
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+36
a real Python package. Also updates the build and autotools stuff to work with the new structure