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
path:
root
/
pyanaconda
/
kickstart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow new KS commands to be created by Addons
Martin Sivak
2013-01-30
1
-1
/
+21
*
Remove the storage module and replace it with blivet.
David Lehman
2013-01-28
1
-22
/
+22
*
Move tsort, platform, and baseudev into storage.
David Lehman
2013-01-28
1
-1
/
+0
*
Remove unused functions and move storage-specific utils to storage.
David Lehman
2013-01-28
1
-1
/
+2
*
Handle sending program output to tty5 through the logging setup.
David Lehman
2013-01-28
1
-9
/
+2
*
Prepare structures to save spoke completenes for firstboot and GIE
Martin Sivak
2013-01-11
1
-0
/
+28
*
Set default language to en_US.UTF-8 (#891379)
Martin Sivak
2013-01-11
1
-0
/
+5
*
Collect addon paths properly
Martin Sivak
2012-12-18
1
-2
/
+3
*
Add support for KS %addon section and the API+code to use it
Martin Sivak
2012-12-17
1
-5
/
+35
*
Validate and correct vg names as needed.
David Lehman
2012-12-13
1
-1
/
+7
*
Add keyboard dracut setup args (#875567)
Vratislav Podzimek
2012-12-13
1
-0
/
+3
*
Unify writeNetworkConf with other modules (rename, put in ks.execute)
Radek Vykydal
2012-12-05
1
-6
/
+5
*
Fix network command --onboot and --activate options.
Radek Vykydal
2012-12-05
1
-129
/
+2
*
Write out xconfig data when executed
Jesse Keating
2012-11-13
1
-3
/
+8
*
Honor kickstart bootloader --location=none. (#871143)
David Lehman
2012-11-09
1
-0
/
+1
*
Correct handling of disks with hidden formats. (#866519)
David Lehman
2012-11-01
1
-2
/
+3
*
Add missing pieces for kickstart's encryption cipher option.
David Lehman
2012-10-17
1
-4
/
+5
*
update to use firewalld (#815540)
Brian C. Lane
2012-10-17
1
-0
/
+32
*
Add support for specifying encryption cipher mode via kickstart.
David Lehman
2012-10-15
1
-0
/
+6
*
Minimum we have to do with HW clock
Vratislav Podzimek
2012-10-12
1
-0
/
+7
*
Work with VConsole keymap and X layouts separately
Vratislav Podzimek
2012-10-12
1
-2
/
+1
*
Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764).
Chris Lumens
2012-10-10
1
-2
/
+2
*
Create ks script logs outside of chroot
Jesse Keating
2012-10-03
1
-8
/
+7
*
Raise an error if bootDrive is invalid
Jesse Keating
2012-09-25
1
-1
/
+5
*
Handle --ignoremissing in _applyYumSelections (#859021).
Chris Lumens
2012-09-25
1
-51
/
+0
*
fix root password setup (#855481)
Brian C. Lane
2012-09-09
1
-3
/
+4
*
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
*
Drop the addBase handling in anaconda - if you want a group, list a group.
Bill Nottingham
2012-09-05
1
-10
/
+0
*
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
1
-0
/
+6
*
Continue post-installation steps even if writing NTP configuration fails
Vratislav Podzimek
2012-09-03
1
-2
/
+5
*
Honor user's choice on NTP (ON/OFF)
Vratislav Podzimek
2012-08-29
1
-3
/
+6
*
Don't crash if someone gives us bad timezone
Vratislav Podzimek
2012-08-29
1
-1
/
+5
*
Use ksdata.timezone and timezone module instead of anaconda.timezone
Vratislav Podzimek
2012-08-22
1
-3
/
+5
*
Remove the last usage of the system-config-date in Anaconda
Vratislav Podzimek
2012-08-22
1
-8
/
+2
*
Add support for swap --hibernation on LVM
Vratislav Podzimek
2012-08-22
1
-1
/
+1
*
use F18_PartData for hibernation flag support.
Brian C. Lane
2012-08-21
1
-1
/
+1
*
Return early from doKickstartStorage if there are no disks selected.
David Lehman
2012-08-17
1
-0
/
+2
*
NoSuchGroup is provided by packaging now. yuminstall is on the way out.
Chris Lumens
2012-08-14
1
-1
/
+2
*
Make sure we allocate partitions and grow lvm as needed in kickstart.
David Lehman
2012-08-13
1
-1
/
+7
*
Streamline autopart request setup slightly.
David Lehman
2012-08-13
1
-2
/
+1
*
Move setup of new partition weight arg to Storage.newPartition.
David Lehman
2012-08-13
1
-7
/
+0
*
replace lokkit for selinux settings (#815540)
Brian C. Lane
2012-08-09
1
-0
/
+20
*
On interactive installs, default the root account to locked.
Chris Lumens
2012-08-08
1
-1
/
+1
*
Fix an import error caused by the merge.
Chris Lumens
2012-08-03
1
-1
/
+2
*
Merge branch 'master' into newui-merge
Chris Lumens
2012-08-03
1
-8
/
+8
|
\
|
*
Let kickstart users log to device nodes (#835563)
Brian C. Lane
2012-07-09
1
-9
/
+10
|
*
Move swapSuggestion to storage and use a new suggested algorithm for it
Vratislav Podzimek
2012-06-27
1
-6
/
+7
|
*
Fix handling of invalid bios disks (#819721)
Jesse Keating
2012-06-21
1
-1
/
+1
[next]