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
/
partitions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle preexisting swraid w/ encrypted member disks/partitions.
David Lehman
2008-08-26
1
-1
/
+8
*
Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430)
David Lehman
2008-08-19
1
-0
/
+12
*
Support establishing a global passphrase when creating encrypted devices.
David Lehman
2008-08-19
1
-7
/
+26
*
First crack at upgrade of systems with encrypted block devices. (#437604)
David Lehman
2008-08-13
1
-1
/
+0
*
In kickstart, prompt for new LUKS dev passphrase if not specified. (#446930)
David Lehman
2008-08-13
1
-0
/
+33
*
Consider clearpart and ignoredisk when scanning for encrypted partitions.
David Lehman
2008-08-13
1
-0
/
+7
*
Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated yet,
Peter Jones
2008-08-13
1
-6
/
+13
*
Fix a string typo.
Chris Lumens
2008-08-08
1
-1
/
+1
*
Use attributes to tell us whether filesystems are bootable (#457037).
Chris Lumens
2008-07-29
1
-6
/
+2
*
Move all the exceptions into a single file.
Chris Lumens
2008-06-09
1
-1
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-5
/
+25
*
Don't use size to determine if a partition is an EFI system partition; instead,
Peter Jones
2008-04-25
1
-3
/
+4
*
Bootable requests can not be on logical volumes (#439270).
Chris Lumens
2008-04-01
1
-1
/
+4
*
Handle fstype munging in isys.readFSType instead of in various other places.
David Lehman
2008-03-28
1
-7
/
+4
*
Fix a typo in new encrypted LV code.
David Lehman
2008-03-28
1
-1
/
+1
*
Improve handling of logical volume device names when encrypted.
David Lehman
2008-03-28
1
-2
/
+3
*
Add support for discovery of preexisting LUKS encrypted devices.
David Lehman
2008-03-28
1
-8
/
+83
*
Support reading the UUID from the disk like we do with labels.
Chris Lumens
2008-03-18
1
-1
/
+1
*
Fix traceback with preexisting LUKS partitions in setFromDisk. (part of #437858)
David Lehman
2008-03-17
1
-15
/
+16
*
Do not strip leading or trailing whiltespace from passphrases. (#437499)
David Lehman
2008-03-14
1
-1
/
+1
*
Handle /boot/efi and /boot both as bootrequests
Peter Jones
2008-03-14
1
-7
/
+12
*
Ignore LUKS headers on partitions containing RAID signatures. (#437051)
David Lehman
2008-03-13
1
-0
/
+5
*
Use iutil.isEfi() instead of testing for ia64-ness.
Peter Jones
2008-03-04
1
-29
/
+9
*
Add a method to scan all disks for encrypted devices.
David Lehman
2008-02-05
1
-0
/
+100
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-4
/
+4
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-10
/
+18
*
Add support for encryption via autopart.
Jeremy Katz
2007-12-14
1
-0
/
+3
*
Better checking for bootable request on an encrypted device
Jeremy Katz
2007-12-11
1
-0
/
+5
*
Simplify this logic a little and blacklist ext4 from being a bootreq
Jeremy Katz
2007-12-11
1
-24
/
+16
*
Don't try and make devices. Adjust calls as necessary.
Bill Nottingham
2007-12-07
1
-5
/
+2
*
Use libblkid instead of custom filesystem probing
Jeremy Katz
2007-12-03
1
-1
/
+1
*
Backend code for logical volume resizing
Jeremy Katz
2007-11-29
1
-1
/
+22
*
With moving partitioning, we should do a confirmation before we write things
Jeremy Katz
2007-11-29
1
-0
/
+14
*
Add infrastructure for partition resizing
Jeremy Katz
2007-11-29
1
-0
/
+1
*
Apply partitioning changes immediately after the partitioning step.
Jeremy Katz
2007-11-29
1
-24
/
+0
*
we check labels on all filesystems, not just ext[23] anymore
Jeremy Katz
2007-11-28
1
-2
/
+1
*
Move protected partitions into the Partitions object.
Chris Lumens
2007-11-28
1
-14
/
+22
*
* partitions.py: Move partitionObjectsInitialize() and
David Cantrell
2007-10-29
1
-1
/
+90
*
2007-10-05 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-10-05
1
-8
/
+12
*
2007-08-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-23
1
-1
/
+1
*
Remove disabled badblocks checking code.
Chris Lumens
2007-08-03
1
-4
/
+0
*
- Enable booting from GPT on non-EFI systems.
Peter Jones
2007-07-26
1
-11
/
+3
*
- remove some zealotry that I added this morning. It is too much.
Peter Jones
2007-07-18
1
-19
/
+19
*
- typo fix
Peter Jones
2007-07-18
1
-1
/
+1
*
Fix typo.
Chris Lumens
2007-07-18
1
-1
/
+1
*
- typo fix
Peter Jones
2007-07-18
1
-1
/
+1
*
- add support for x86 machines with efi
Peter Jones
2007-07-18
1
-24
/
+58
*
don't call lvm.pvlist() N^2 times, it's not going to change.
Peter Jones
2007-07-11
1
-1
/
+2
*
- make mpath + iscsi work
Peter Jones
2006-08-01
1
-3
/
+1
*
- update multipath and dmraid support, make it actually install
Peter Jones
2006-07-26
1
-5
/
+8
[next]