Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | remove Network(): hostname attribute | Radek Vykydal | 2012-07-20 | 4 | -27/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NM is setting hostname and we might be resetting it in kickstart.py. It is stored in ksdata with unfortunate access (iterating over network commands). Hostname handling will need some more work in newui. Here I am just giving another stab to Network() object. | |||||
| | * | | remove Network(): ksdevice attribute | Radek Vykydal | 2012-07-20 | 3 | -28/+33 | |
| | | | | | | | | | | | | | | | | It is used only in kickstart.py in newui | |||||
| | * | | remove Network(): copying configuration to target system | Radek Vykydal | 2012-07-20 | 4 | -74/+64 | |
| | | | | ||||||
| | * | | remove Network(): remove methods needed only for old UI | Radek Vykydal | 2012-07-20 | 2 | -111/+0 | |
| | | | | ||||||
| | * | | remove Network(): remove another unused method | Radek Vykydal | 2012-07-20 | 3 | -34/+1 | |
| | | | | ||||||
| | * | | remove Network(): better style - use any | Radek Vykydal | 2012-07-20 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | remove Network(): ifcfg -> dracut args mapping | Radek Vykydal | 2012-07-20 | 1 | -59/+62 | |
| | | | | ||||||
| | * | | remove Network(): remove unused functions | Radek Vykydal | 2012-07-20 | 4 | -215/+119 | |
| | | | | | | | | | | | | | | | | | | | | move some methods out of Network object still keeping old ui working | |||||
| * | | | set ignoredisk.onlyuse only if not set by kickstart | Brian C. Lane | 2012-07-20 | 2 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | When using a kickstart only set ignoredisk.onlyuse if it was not set in the kickstart. If setting it, filter out disks from the ignoredisk list. | |||||
| * | | | rename Group and Script in kickstart.py | Brian C. Lane | 2012-07-20 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | The import of Group from parser conflicted with the system Group class, so rename it to KSGroup. Also renamed Script to KSScript. | |||||
| * | | | reraise error if there is no ui | Brian C. Lane | 2012-07-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix grub2 install on RAID | Brian C. Lane | 2012-07-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | grub2 install was appending to the argument list while looping on the component devices this would result in a bogus commandline for the second device. | |||||
| * | | | setup bootloader and partitioning for kickstart | Brian C. Lane | 2012-07-19 | 3 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | after executing the kickstart commands setup the bootloader and partitions before continuing. Also add logging of any errors found by storage.sanityCheck | |||||
| * | | | add execute methods for partition related ks classes | Brian C. Lane | 2012-07-19 | 1 | -4/+40 | |
| | | | | | | | | | | | | | | | | Iterate over the kickstart filesystem and partition data. | |||||
| * | | | refactor doKickstartStorage slightly | Brian C. Lane | 2012-07-19 | 3 | -7/+10 | |
| |/ / | ||||||
| * | | And remove the .pot file's dependency on the old glade files. | Chris Lumens | 2012-07-19 | 1 | -21/+0 | |
| | | | ||||||
| * | | Move s390 boot device checking into sanityCheck, where it will be called. | Chris Lumens | 2012-07-19 | 1 | -38/+15 | |
| | | | ||||||
| * | | Remove the old UI's glade files. | Chris Lumens | 2012-07-19 | 22 | -7571/+1 | |
| | | | | | | | | | | | | | | | Without gui.py and iw/, they're not useful anymore except as examples of what not to do on newui. | |||||
* | | | Add automake files for TUI | Martin Sivak | 2012-08-06 | 11 | -4/+123 | |
| | | | ||||||
* | | | add couple of tests and fix write method of widget (newline added unwanted ↵ | Martin Sivak | 2012-08-06 | 2 | -11/+41 | |
| | | | | | | | | | | | | space) | |||||
* | | | add couple of tests and support for them | Martin Sivak | 2012-08-06 | 2 | -1/+93 | |
| | | | ||||||
* | | | add documentation and comments to TUI classes | Martin Sivak | 2012-08-06 | 4 | -36/+136 | |
| | | | ||||||
* | | | Add documentation to the simpleline library for TUI | Martin Sivak | 2012-08-06 | 2 | -58/+323 | |
| | | | ||||||
* | | | Add the new Summary hub and Password TUI spokes + tools to test TUI stuff | Martin Sivak | 2012-08-06 | 4 | -0/+158 | |
| | | | ||||||
* | | | Fix bits and pieces to make TUI hub and spoke model work + example Hub and ↵ | Martin Sivak | 2012-08-06 | 9 | -93/+148 | |
| | | | | | | | | | | | | Password spoke | |||||
* | | | Create common abstract classes usable for all types of UI | Martin Sivak | 2012-08-06 | 18 | -375/+467 | |
| | | | ||||||
* | | | Create the base classes for TUI Hub and Spoke model | Martin Sivak | 2012-08-06 | 4 | -0/+225 | |
| | | | ||||||
* | | | Make collect and part of UserInterface setup more generic | Martin Sivak | 2012-08-06 | 2 | -5/+44 | |
| | | | ||||||
* | | | Text based UI framework core | Martin Sivak | 2012-08-06 | 3 | -0/+546 | |
|/ / | ||||||
* | | Do not let Lang. spoke override the selection from Welcome Spoke | Martin Sivak | 2012-07-19 | 1 | -4/+10 | |
| | | ||||||
* | | Actually start anaconda-cleanup-initramfs.service | Will Woods | 2012-07-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Rule #1 of Computing: It Works Better When You Turn It On. Make anaconda.target request anaconda-cleanup-initramfs.service so it actually gets started. (cherry picked from commit d0ca82e99bc817bbe18ed8c06cb5c957c72e0f7a) | |||||
* | | Update the group, rootpw, and user commands to be called from doInstall. | Chris Lumens | 2012-07-18 | 4 | -43/+43 | |
| | | ||||||
* | | Add a tooltip explaining size entry for new mountpoints. | David Lehman | 2012-07-18 | 1 | -0/+1 | |
| | | ||||||
* | | Add some new TODO items for custom partitioning. | David Lehman | 2012-07-18 | 1 | -0/+6 | |
| | | ||||||
* | | Add support for creating partitions. | David Lehman | 2012-07-18 | 1 | -5/+62 | |
| | | ||||||
* | | Set StorageCheck class attrs instead of adding instance attrs. | David Lehman | 2012-07-18 | 1 | -1/+2 | |
| | | ||||||
* | | Size.convertTo is supposed to return a Decimal instance. | David Lehman | 2012-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | Hook up the kickstart firstboot command so it actually does something. | Chris Lumens | 2012-07-17 | 6 | -22/+21 | |
| | | | | | | | | | | | | Note that this does not yet handle the fact that we want to skip firstboot on most kickstart installs (unless the user specifies otherwise). We need a place to load those defaults, which will be a separate patch. | |||||
* | | Hide the spinner on the progress hub when we are done. | Chris Lumens | 2012-07-17 | 1 | -0/+1 | |
| | | | | | | | | It looks a little silly to have it sitting there and stopped. | |||||
* | | Convert the services command to using systemctl instead of chkconfig. | Chris Lumens | 2012-07-17 | 1 | -4/+7 | |
| | | ||||||
* | | Don't display betanag for final releases. | Chris Lumens | 2012-07-17 | 1 | -1/+6 | |
| | | ||||||
* | | Remove enough of dispatcher so anaconda works without partIntfHelpers. | Chris Lumens | 2012-07-17 | 7 | -71/+1 | |
| | | | | | | | | | | | | | | Our tangled set of imports means that anaconda was still trying to import partIntfHelpers through dispatch and rescue mode. This patch breaks those imports (which likely further breaks rescue and upgrade modes) and makes the gui work again. | |||||
* | | Add the new UI files to POTFILES.in. | Chris Lumens | 2012-07-17 | 1 | -0/+15 | |
| | | ||||||
* | | Fix a typo in a SpokeWindow comment. | Chris Lumens | 2012-07-17 | 1 | -1/+1 | |
| | | | | | | | | | | I discovered this searching for "iw" to make sure I deleted everything related to the old interface. | |||||
* | | Remove partIntfHelpers too. | Chris Lumens | 2012-07-17 | 2 | -527/+0 | |
| | | | | | | | | | | | | It's now only used by the text UI, which you can't even get to right now and won't be able to until we create a whole new text interface. That one will not be using partIntfHelpers either. | |||||
* | | Remove the old graphical user interface. | Chris Lumens | 2012-07-17 | 38 | -13127/+1 | |
| | | | | | | | | | | We're not using it for anything, and I don't want people looking at it for any reason anyway. If we really need to, it's still in version control. | |||||
* | | More TODO list updating. | Chris Lumens | 2012-07-16 | 1 | -3/+11 | |
| | | ||||||
* | | Remove the Spoke check method. | Chris Lumens | 2012-07-16 | 1 | -25/+0 | |
| | | | | | | | | | | | | | | The only places where we might want to run a check method are already being handled by other means, and I never figured out how to handle killing a check thread in the generic case anyway. This is clearly code we can live without. | |||||
* | | A radio button cannot be in its own group. | Chris Lumens | 2012-07-16 | 1 | -1/+0 | |
| | | | | | | | | Doing so will print a GTK assertion on tty1. | |||||
* | | Get rid of debugging prints to stdout. | Chris Lumens | 2012-07-16 | 3 | -26/+0 | |
| | | | | | | | | They're making it more difficult for me to see real error messages. |