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
...
*
Fix live installs to not traceback
Jeremy Katz
2009-03-19
1
-1
/
+1
*
Fix New partition in UI
Radek Vykydal
2009-03-19
1
-1
/
+2
*
New version: 11.5.0.33
David Lehman
2009-03-19
1
-1
/
+42
*
Rework the lvm dialog. (#490301,#490966,#490681,#489870)
David Lehman
2009-03-19
1
-224
/
+377
*
Improve chances of uniqueness from Storage.createSuggestedLVName.
David Lehman
2009-03-19
1
-3
/
+16
*
Fix pruning of destroy actions for preexisting devices.
David Lehman
2009-03-19
1
-0
/
+5
*
Devices should not be resizable unless they exist.
David Lehman
2009-03-19
1
-1
/
+1
*
Try to activate an existing md array after adding each member.
David Lehman
2009-03-19
1
-0
/
+5
*
Indicate filesystem is mountable if we have a mount command.
David Cantrell
2009-03-18
1
-1
/
+2
*
Mount existing filesystems read-only when getting size.
David Cantrell
2009-03-18
1
-2
/
+2
*
Fix some errors in the updates target.
David Cantrell
2009-03-18
1
-3
/
+5
*
Place all mount.* commands in /sbin
David Cantrell
2009-03-18
1
-2
/
+8
*
Fix error message reading and writing in doPwMount()
David Cantrell
2009-03-18
1
-2
/
+2
*
Use booleans in isys.mount() and isys.umount()
David Cantrell
2009-03-18
7
-21
/
+24
*
Add a FIXME comment for setting uuid in VG / LV create
Hans de Goede
2009-03-18
1
-0
/
+2
*
Do not traceback when writing anaconda.ks with iscsi with auth info.
Hans de Goede
2009-03-18
1
-4
/
+4
*
Do not write LV uuid to grub.conf, but the filesystem uuid
Hans de Goede
2009-03-18
1
-7
/
+5
*
If a mountpoint depends on a network disk at _netdev to its fstab options
Hans de Goede
2009-03-18
1
-0
/
+8
*
Do not hang when creating raid array with member having filesystem detected (...
Radek Vykydal
2009-03-18
1
-1
/
+1
*
Destroy and create luks child of raid array too when editing in UI.
Radek Vykydal
2009-03-18
1
-10
/
+14
*
Editing non-existent raid device by destroying and creating actions
Radek Vykydal
2009-03-18
1
-36
/
+43
*
actionDestroyFormat call takes device, not format
Radek Vykydal
2009-03-18
1
-2
/
+2
*
Fix getChildren call in partition UI
Radek Vykydal
2009-03-18
1
-1
/
+1
*
Fix removing of devices with the same name from tree when adding create action.
Radek Vykydal
2009-03-18
1
-4
/
+6
*
Do not duplicate requested minor number in edit raid UI list.
Radek Vykydal
2009-03-18
1
-1
/
+1
*
Offer available partitions when editing non-preexisting raid request.
Radek Vykydal
2009-03-18
1
-1
/
+1
*
Don't try to fit the whole StorageDevice.__str__ output into the UI (#490406).
Chris Lumens
2009-03-18
1
-1
/
+1
*
Make PartitionDevice handle both normal and dmraid partitions
Hans de Goede
2009-03-18
4
-132
/
+57
*
Stop overriding __init__ in DMRaidPartitionDevice
Hans de Goede
2009-03-18
1
-11
/
+0
*
Set format UUID after creating a format
Hans de Goede
2009-03-18
1
-1
/
+6
*
Fix result of updateSysfsPath to be consistent with initial sysfsPath values
Hans de Goede
2009-03-18
1
-10
/
+8
*
Use getDevicesByInstance() for storage.partitions
Hans de Goede
2009-03-18
1
-5
/
+1
*
We no longer use iscsiadm anywhere
Hans de Goede
2009-03-18
1
-10
/
+1
*
New release
Jesse Keating
2009-03-17
1
-1
/
+15
*
Typo fix.
Chris Lumens
2009-03-17
1
-2
/
+2
*
Make platform.checkBootRequest work better and not use diskset anymore.
Chris Lumens
2009-03-17
1
-43
/
+18
*
Fix a traceback when looking for PS3 boot partitions (#490738).
Chris Lumens
2009-03-17
1
-3
/
+3
*
FormatArgs -> FormatOptions (#490737).
Chris Lumens
2009-03-17
1
-4
/
+4
*
Fix ppoll() timeout=infinity usage in auditd (#484721).
Peter Jones
2009-03-17
1
-3
/
+2
*
Simplify kernel package selection.
Chris Lumens
2009-03-17
1
-42
/
+22
*
Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).
Chris Lumens
2009-03-17
1
-15
/
+7
*
Tell NM not to touch interfaces when / is on a network disk
Hans de Goede
2009-03-17
2
-22
/
+28
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
7
-68
/
+69
*
Use minihal instead of isys.hardDriveDict in list-harddrives (#488122).
Chris Lumens
2009-03-17
1
-32
/
+10
*
storage.disks never includes disks without media present.
Chris Lumens
2009-03-17
4
-4
/
+4
*
Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py
Martin Gracik
2009-03-17
1
-1
/
+1
*
New version.
David Cantrell
2009-03-16
1
-1
/
+49
*
Added the run_test.py script to easily run the test cases.
Martin Gracik
2009-03-17
9
-58
/
+207
*
Don't use disk.maximizePartition anymore.
David Lehman
2009-03-16
1
-23
/
+0
*
Only schedule implicit format destruction if there is formatting to destroy.
David Lehman
2009-03-16
1
-1
/
+1
[prev]
[next]