index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Set the busy spinning cursor while the UI is loading.
Chris Lumens
2012-09-10
1
-1
/
+15
*
network spoke: add "No network devices available" status
Radek Vykydal
2012-09-10
1
-0
/
+3
*
network spoke: clear device info if no network devices are found (#853903)
Radek Vykydal
2012-09-10
2
-5
/
+45
*
fix root password setup (#855481)
Brian C. Lane
2012-09-09
3
-18
/
+24
*
Rewrite expand_langs to return more items
Vratislav Podzimek
2012-09-07
1
-16
/
+36
*
Don't try to setup X layouts in text installation (#852447)
Vratislav Podzimek
2012-09-07
1
-1
/
+1
*
Add UTF-8 enconding suffix to our language strings (#854688)
Vratislav Podzimek
2012-09-07
1
-3
/
+8
*
Require rsync
Vratislav Podzimek
2012-09-07
1
-0
/
+1
*
Don't rely on chrony.conf file being available (#854899)
Vratislav Podzimek
2012-09-07
1
-2
/
+5
*
Require chrony and rdate, because Anaconda needs them (#854899)
Vratislav Podzimek
2012-09-07
1
-0
/
+2
*
Use the real path to dracut-lib.sh (#851362)
Jesse Keating
2012-09-06
1
-1
/
+1
*
fixup live install (#853988, #854962)
Brian C. Lane
2012-09-06
4
-19
/
+41
*
Only check media if we really want it (#853404)
Jesse Keating
2012-09-06
2
-5
/
+10
*
Fix thinko in anaconda arg handling portion of multilib patch.
David Lehman
2012-09-06
1
-1
/
+1
*
Honor kickstart and command line switches to enable multilib.
David Lehman
2012-09-06
3
-1
/
+40
*
Quitting the live installer shouldn't reboot the system (#854904).
Chris Lumens
2012-09-06
1
-3
/
+1
*
The kickstart language-related command is "lang", not "language".
Chris Lumens
2012-09-06
1
-1
/
+1
*
Fix btrfs/lvm/raid kickstart installs (#853649).
Chris Lumens
2012-09-06
1
-11
/
+15
*
Store "en" as the default, not "en_US".
Chris Lumens
2012-09-06
1
-5
/
+5
*
Mark ksdata.*.execute invocations as another step
Vratislav Podzimek
2012-09-06
1
-19
/
+21
*
Reorder and comment options passed to rsync
Vratislav Podzimek
2012-09-06
1
-1
/
+5
*
Fix bug in writing keyboard configuration files
Vratislav Podzimek
2012-09-06
1
-2
/
+3
*
network spoke: require connection only for url and nfs methods (#853899)
Radek Vykydal
2012-09-06
1
-1
/
+3
*
Drop the addBase handling in anaconda - if you want a group, list a group.
Bill Nottingham
2012-09-05
1
-10
/
+0
*
Don't depend on storage or instClass in EFIGRUB
Peter Jones
2012-09-05
2
-3
/
+9
*
Use self.stage1_device where appropriate in EFIGRUB.
Peter Jones
2012-09-05
1
-7
/
+6
*
Explicitly disable the rootpw lock (#853788)
Jesse Keating
2012-09-05
1
-0
/
+1
*
require nm-connection-editor (#854586)
Brian C. Lane
2012-09-05
1
-0
/
+1
*
Include packaging log in exception reports.
David Lehman
2012-09-05
1
-1
/
+1
*
Add Kazakh as a valid translation.
Chris Lumens
2012-09-05
1
-1
/
+1
*
Deselect any existing environment when selecting a new one (#851510).
Chris Lumens
2012-09-05
1
-0
/
+4
*
Use chvt command for tty switching
Vratislav Podzimek
2012-09-05
6
-30
/
+28
*
Use the disk's serial number instead of index as an ID.
Chris Lumens
2012-09-04
1
-1
/
+1
*
Use the disk's ID for deleting from the shopping cart, not an index (#853798).
Chris Lumens
2012-09-04
2
-3
/
+13
*
Use the F18_Partition class (#853593).
Chris Lumens
2012-09-04
1
-1
/
+1
*
Remove anaconda.instLanguage object and language module
Vratislav Podzimek
2012-09-04
9
-475
/
+42
*
Remove lang-table and localeinfo.py
Vratislav Podzimek
2012-09-04
10
-219
/
+2
*
parse-kickstart: handle 'network --ipv6=auto ...'
Will Woods
2012-09-04
1
-1
/
+2
*
parse-kickstart: set IPV6INIT=yes when using ipv6 (#830434)
Will Woods
2012-09-04
1
-0
/
+3
*
Make TUI password spoke behave the same as it's GUI counterpart
Martin Sivak
2012-09-03
1
-3
/
+3
*
Remove ROOT_PATH/etc/localtime before symlinking timezone
Vratislav Podzimek
2012-09-03
1
-0
/
+6
*
Continue post-installation steps even if writing NTP configuration fails
Vratislav Podzimek
2012-09-03
1
-2
/
+5
*
update transifex.txt for newui
Brian C. Lane
2012-09-02
1
-2
/
+3
*
Handle invalid spoke input (#853253)
Jesse Keating
2012-08-31
2
-3
/
+3
*
Remove unnecessary (and broken) import (#853576)
Jesse Keating
2012-08-31
1
-1
/
+0
*
Destroy the Add Mountpoint dialog when escape is pressed (#853058).
Chris Lumens
2012-08-31
2
-4
/
+1
*
Keep the current spoke on top of the hub.
Chris Lumens
2012-08-30
2
-2
/
+2
*
And then fix an assortment of non-packaging pylint errors, too.
Chris Lumens
2012-08-30
5
-4
/
+10
*
Fix problems in the packaging module that pylint detected.
Chris Lumens
2012-08-30
2
-35
/
+33
*
Update runpylint to find newui modules correctly.
Chris Lumens
2012-08-30
1
-1
/
+1
[prev]
[next]