summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* pychecker fixJeremy Katz2003-07-241-8/+8
* shenanigans to handle ext3,ext2 format in fstab (#91389)Jeremy Katz2003-07-241-6/+15
* don't let people with duplicate labels continue upgrading (#97364)Jeremy Katz2003-07-241-2/+18
* don't try to make dirs more than once (#100554)Jeremy Katz2003-07-231-1/+3
* tyop fixes (#100536)Jeremy Katz2003-07-231-1/+1
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-10/+10
* if there is already a label on the disk, use it instead of making up ourJeremy Katz2003-06-291-1/+10
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+9
* don't allow jfs if mkfs isn't there (#89789)Jeremy Katz2003-05-161-0/+4
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-14/+195
* I suck again. *sigh*Jeremy Katz2003-02-191-1/+1
* oopsJeremy Katz2003-02-191-2/+2
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-5/+34
* I call shenanigans on myself!Jeremy Katz2003-02-111-5/+5
* add a comment for me to think about lateranaconda-8.0.94-1Jeremy Katz2003-02-111-0/+2
* some more debugging in case we get eweird crashesJeremy Katz2003-01-271-2/+4
* oopsie. this will work better (#81069)Jeremy Katz2003-01-081-2/+2
* merge one s390 hunk from branch, review remaining hunk on branchMatt Wilson2003-01-081-0/+4
* simply take a slice, it's fasterMatt Wilson2003-01-021-2/+2
* htree is out again. maybe someday :)Jeremy Katz2003-01-021-1/+1
* make a copy of entries for the reverse list when unmounting. otherwise, we r...Jeremy Katz2003-01-021-1/+2
* copy+paste errorMatt Wilson2002-11-211-1/+1
* probable fix for #78111 - awaiting confirmationMatt Wilson2002-11-211-0/+10
* reenable htreesJeremy Katz2002-11-081-0/+1
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-1/+1
* make sure that the swap file is created 0600 (#74849)Jeremy Katz2002-10-021-0/+3
* merge alpha changes from 7.2-alphaJeremy Katz2002-09-101-1/+2
* handle auto in fstabs sanely but be careful about it (#67120)Jeremy Katz2002-08-021-2/+12
* we don't support partitionless upgrades anymore and this code is broken if yo...Jeremy Katz2002-07-301-11/+0
* make sure we don't try to get fileSystemSpace() for swap partitions (#67987)Jeremy Katz2002-07-181-1/+3
* address bug 69035Mike Fulbright2002-07-171-7/+7
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+3
* if our waitpids fail for some bizarre reason, don't completely hose us. but ...Jeremy Katz2002-07-111-2/+12
* tweak labeling somewhat; don't label raid since it's kind of non-sensical and...Jeremy Katz2002-07-011-5/+4
* getDevice needs to take an asBoot param to avoid tracebacks on upgrades. bleah.Jeremy Katz2002-06-261-3/+3
* htrees have some ... issuesJeremy Katz2002-06-251-1/+1
* enable htree on ext3 filesystems (#67162)Jeremy Katz2002-06-211-5/+6
* we create all the devices in /dev now, take advantage of it and get lvm worki...Jeremy Katz2002-06-211-2/+15
* rootOnLoop is already deadJeremy Katz2002-06-201-3/+1
* make self.supported -1 on these hidden options so that we don't show them unl...Jeremy Katz2002-06-201-2/+2
* handle bad blocks properly, fixes alot of bugs reported in 7.3 when someone r...Mike Fulbright2002-06-171-6/+36
* we can have large swaps nowJeremy Katz2002-06-121-1/+1
* setup devices properly for preexisting lvm and raidJeremy Katz2002-06-121-7/+11
* add string representation of a fsset entry because I'm tired of figuring out ...Jeremy Katz2002-06-111-0/+13
* don't autobackup vg information... that wastes lots of valuable initrd spaceJeremy Katz2002-06-111-2/+2
* I should have waited until I was done testing... fix the argumentJeremy Katz2002-06-111-1/+1
* use -v to vgcreate, not pvcreateJeremy Katz2002-06-111-4/+4
* fix option orderingJeremy Katz2002-06-111-1/+2
* pass pesize down and actually use it in vg creationJeremy Katz2002-06-101-4/+13
* a little more towards working lvm rescue mode. also, use --dangerous-no-resy...Jeremy Katz2002-06-101-1/+4