summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jeremy Katz2003-01-021-1/+2
| | | | reverse the original list which leads to problems if you have disk space problems and go back to unselect packages to fix them
* 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
| | | | | | | | didn't merge the following: * weird handling of /boot and the beginning of the disk. if we do alpha again, we need to do this in some sort of maintainable fashion * some of the weird stuff with adding a single user target in the boot loader config and the like
* 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 ↵Jeremy Katz2002-07-301-11/+0
| | | | you have a line with just '#' (#70181)
* 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
| | | | log it in case it causes later problems
* tweak labeling somewhat; don't label raid since it's kind of non-sensical ↵Jeremy Katz2002-07-011-5/+4
| | | | and with raid1, we get duplicate labels (#67754)
* 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 ↵Jeremy Katz2002-06-211-2/+15
| | | | working for free
* rootOnLoop is already deadJeremy Katz2002-06-201-3/+1
|
* make self.supported -1 on these hidden options so that we don't show them ↵Jeremy Katz2002-06-201-2/+2
| | | | unless they're also mountable (aka modules are available)
* handle bad blocks properly, fixes alot of bugs reported in 7.3 when someone ↵Mike Fulbright2002-06-171-6/+36
| | | | ran the bad blocks test and got a traceback. They really had bad blocks and our parser wasnt up to the task.
* 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
| | | | what they are by hand
* 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 ↵Jeremy Katz2002-06-101-1/+4
| | | | --dangerous-no-resync when creating raid arrays per arjan's suggestion (#66435)
* use convenience functionsJeremy Katz2002-06-071-15/+3
|
* start reading in preexisting volume group information and logical volumesJeremy Katz2002-06-061-11/+24
|
* trying to read a label on swap is kind of silly. also, if we fail to read ↵Jeremy Katz2002-06-031-2/+5
| | | | the label, we should just fail gracefully anyway
* lvm on top of raid now works via kickstartJeremy Katz2002-05-311-4/+2
|
* rootOnLoop cases should be deadJeremy Katz2002-05-301-32/+0
|
* at least when we hit this in the future, we'll get more info if it crashes ↵Jeremy Katz2002-05-301-1/+1
| | | | like #65456
* this was here twice but only the bottom one was rightJeremy Katz2002-05-291-11/+0
|
* need to make device nodesJeremy Katz2002-05-291-3/+3
|
* add /usr/local and /opt to default mountpoints we offerMike Fulbright2002-05-291-1/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* add method to get mountpoint from fsentryMike Fulbright2002-05-071-0/+3
|
* display which devices were actually dirty (#57166)Jeremy Katz2002-05-071-3/+4
|
* make the bootloader choices thing actually use the bootloader device orderJeremy Katz2002-05-071-8/+13
| | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed
* fix a merge errorJeremy Katz2002-04-221-2/+3
|
* partitioning bits merged into their new, improved, moved locationsJeremy Katz2002-04-191-6/+43
|