index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
partitioning.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add clearpart --initlabel support (43085)
Jeremy Katz
2001-07-17
1
-6
/
+18
*
make sure we're not being given a string or device as part
Jeremy Katz
2001-07-16
1
-1
/
+1
*
hopefully fix editing pre-exiting software raid parts
Jeremy Katz
2001-07-16
1
-1
/
+1
*
/boot/efi must be vfat (48779)
Jeremy Katz
2001-07-13
1
-2
/
+3
*
set the node...
Jeremy Katz
2001-07-12
1
-1
/
+2
*
handle drives which don't have partition tables on them
Jeremy Katz
2001-07-11
1
-6
/
+31
*
ask user if they are sure they want to reformat a pre-existing partition
Mike Fulbright
2001-07-11
1
-0
/
+9
*
raid upgrades seem to work with at least non-root now
Matt Wilson
2001-07-11
1
-16
/
+30
*
default format to None
Mike Fulbright
2001-07-11
1
-1
/
+1
*
if we don't have any valid drives to install on, show an error message
Jeremy Katz
2001-07-11
1
-1
/
+12
*
badblocks support -- have to do this before even formatting swap as they
Jeremy Katz
2001-07-11
1
-1
/
+6
*
skip RAID/LVM partitions when looking for existings roots
Matt Wilson
2001-07-10
1
-2
/
+9
*
don't let people delete an extended which contains raid devices or protected ...
Jeremy Katz
2001-07-10
1
-0
/
+42
*
gracefully handle partitions which we don't understand the fstype of
Jeremy Katz
2001-07-10
1
-6
/
+1
*
non-ext2 upgrade support
Matt Wilson
2001-07-10
1
-4
/
+6
*
this should fix going back from partitioning screens
Jeremy Katz
2001-07-09
1
-0
/
+1
*
reduce all these functions that return lists of partitions to common code tha...
Matt Wilson
2001-07-09
1
-22
/
+12
*
use is_active before checking for a flag, and use is_active when looking for ...
Matt Wilson
2001-07-09
1
-3
/
+2
*
fdisk works again; main change is making sure we close the disk devices
Jeremy Katz
2001-07-09
1
-0
/
+4
*
typo :(
Mike Fulbright
2001-07-09
1
-1
/
+1
*
removed some unneeded code, reformatted to meet style guidelines
Matt Wilson
2001-07-09
1
-31
/
+42
*
kickstart raid is back... added some convenience functions since kickstart
Jeremy Katz
2001-07-07
1
-10
/
+32
*
fix device setting for raid devices
Jeremy Katz
2001-07-07
1
-20
/
+44
*
Added upgrade migrate screen. Finds ext2 partitions and offers user choice of...
Mike Fulbright
2001-07-06
1
-2
/
+0
*
dont let you migrate anything BUT preexisting
Mike Fulbright
2001-07-06
1
-0
/
+3
*
fix for editting raid and added method to find requests we could migrate
Mike Fulbright
2001-07-06
1
-2
/
+10
*
fix deleting raid devices
Mike Fulbright
2001-07-06
1
-3
/
+7
*
turn on formatting for preexisting partitions we want to, and also hook in so...
Mike Fulbright
2001-07-06
1
-0
/
+23
*
fix bugs pychecker found...
Jeremy Katz
2001-07-06
1
-2
/
+0
*
show something useful
Jeremy Katz
2001-07-06
1
-1
/
+1
*
secondary isn't used...
Jeremy Katz
2001-07-06
1
-1
/
+1
*
some architectures don't care about /boot but want something different
Jeremy Katz
2001-07-06
1
-0
/
+9
*
move autopart strings to bottom of file
Jeremy Katz
2001-07-06
1
-5
/
+25
*
Added support for converting and formatting existing filesystems to a differe...
Mike Fulbright
2001-07-06
1
-5
/
+32
*
Move the partitioning bits into Partitions object. The diskset should probably
Jeremy Katz
2001-07-04
1
-16
/
+49
*
message consistency and a typo fix
Jeremy Katz
2001-07-03
1
-3
/
+3
*
Add confirm dialogs for reset and deletion events
Mike Fulbright
2001-07-02
1
-0
/
+116
*
add more informational text to the "Which drives do you want to use
Matt Wilson
2001-06-28
1
-0
/
+6
*
catch bad case
Mike Fulbright
2001-06-27
1
-0
/
+2
*
set initial size in megabytes, not sectors...
Jeremy Katz
2001-06-27
1
-1
/
+1
*
land new autopartitioning code... should be faster and better.
Jeremy Katz
2001-06-26
1
-1
/
+25
*
partitioning.py: skip removable partitions except in expert mode
Matt Wilson
2001-06-26
1
-3
/
+5
*
use the happy functions
Jeremy Katz
2001-06-26
1
-1
/
+1
*
add a way to remove all the logical partitions when a extended is removed
Jeremy Katz
2001-06-26
1
-0
/
+11
*
text mode upgrade appears to work
Matt Wilson
2001-06-25
1
-4
/
+5
*
fixed refreshfromdisk, removed debugging
Mike Fulbright
2001-06-25
1
-3
/
+1
*
added all previous autopartitioning cases for installclasses
Mike Fulbright
2001-06-25
1
-4
/
+43
*
fix the pinning of requests to a drive when grown
Jeremy Katz
2001-06-25
1
-1
/
+10
*
add partition method to GUI, rework to use skiplist
Mike Fulbright
2001-06-25
1
-0
/
+16
*
lists of primary and logical partitions shouldn't include freespace or metadata
Jeremy Katz
2001-06-25
1
-0
/
+9
[next]