Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a clobberDevice method that is used before formatting a device to | Chris Lumens | 2005-06-27 | 1 | -0/+19 |
| | | | | get rid of any identifying information (such as labels). | ||||
* | Add mount and umount methods so entries in /etc/fstab marked as "auto" can | Chris Lumens | 2005-06-21 | 1 | -2/+21 |
| | | | | still be mounted on upgrade (#160986). | ||||
* | 2005-06-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-06-07 | 1 | -1/+6 |
| | | | | | | | * partitions.py (Partitions.writeKS): And use the quoted format so we get it everywhere (#159193) * fsset.py (FileSystemType.getName): Pass back quoted fsname if needed. | ||||
* | Revert to super-major behavior for volumes that aren't activated | Chris Lumens | 2005-05-31 | 1 | -1/+5 |
| | | | | either (#159079, #159182). | ||||
* | 2005-05-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-19 | 1 | -1/+2 |
| | | | | | | | | | | | | * fsset.py (prepbootFileSystem.__init__): PReP partitions should be marked bootable, from Dustin Kirkland. * raid.py (availRaidLevels): Allow ppc to have a RAID /boot, from Dustin Kirkland. * partitions.py (Partitions.getBootableRequest): Split PMac/pSeries handling to be different. pSeries can do bootable PReP. Patch from Dustin Kirkland <dustin.kirkland@us.ibm.com> | ||||
* | Use the UUID from the RAID superblock as the identifier in /etc/mdadm.conf | Chris Lumens | 2005-05-19 | 1 | -1/+19 |
| | | | | instead of the super-minor, unless we have to. | ||||
* | 2005-05-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-05 | 1 | -0/+10 |
| | | | | | | | | * fsset.py (HfsPlusFileSystem.__init__): Add hfs+ support. * autopart.py (growParts): Don't try to grow a partition beyond the size of the largest free space. Fixes pathological problem hit when installing a dual boot with MacOS X. | ||||
* | Don't skip bind mounts with an fstype of none on upgrades (#151458). | Chris Lumens | 2005-04-28 | 1 | -1/+2 |
| | |||||
* | Recognize --label for the part keyword (#79832). | Chris Lumens | 2005-04-27 | 1 | -8/+19 |
| | |||||
* | Copy filesystem options over for preexisting partitions so they show up in | Chris Lumens | 2005-04-21 | 1 | -2/+3 |
| | | | | /etc/fstab (#97560). | ||||
* | fix mkfs on xfs | Peter Jones | 2005-03-23 | 1 | -1/+5 |
| | |||||
* | move availRaidLevels from fsset.py to raid.py, so it can be evaluated right | Peter Jones | 2005-03-09 | 1 | -4/+1 |
| | | | | in all imports | ||||
* | 2005-02-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-02-21 | 1 | -0/+2 |
| | | | | | * fsset.py (FileSystemSet.mtab): Don't write out filesystems we haven't mounted like /dev/shm (#149091) | ||||
* | Fedora PPC - autopartitioning (#121266) and G5 (#149081) | Paul Nasrat | 2005-02-19 | 1 | -0/+2 |
| | |||||
* | 2005-02-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-02-02 | 1 | -7/+10 |
| | | | | | | | * fsset.py (FileSystemSet.reset): Mount pseudo-filesystems with a device name other than "none" for clarity (#136820) (Device.__init__): Allow specification of device for generic devices. (readFstab): Handle the above changes when reading in fstabs | ||||
* | Support bytes per inode on a per-partition basis (#57550). | Chris Lumens | 2005-01-14 | 1 | -4/+9 |
| | |||||
* | Print a more descriptive error message if unable to mount the swap | Chris Lumens | 2004-12-21 | 1 | -11/+22 |
| | | | | partition (#143000). | ||||
* | 2004-12-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-20 | 1 | -1/+2 |
| | | | | | | | | | * command-stubs/mknod-stub (main): Add * partedUtils.py (get_partition_name): * iutil.py (makeDriveDeviceNodes): * fsset.py (prepbootFileSystem.getDiskPart): Promise SX8 devices are of the form /dev/sx8/dpn; support this as needed. | ||||
* | 2004-12-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-09 | 1 | -1/+1 |
| | | | | | * fsset.py (getDevFD): Better error handling if we can't create the device (#142273) | ||||
* | Don't trace back for bad/missing / in fstab (#141174) | Paul Nasrat | 2004-12-01 | 1 | -0/+10 |
| | |||||
* | 2004-10-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-07 | 1 | -0/+2 |
| | | | | | * fsset.py (FileSystemSet.makeLVMNodes): Make sure the DM node doesn't exist before we create it (#124092) | ||||
* | 2004-09-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-30 | 1 | -1/+1 |
| | | | | | * fsset.py (FileSystemSet.makeLVMNodes): Try to fix upgrade traceback (#134258) | ||||
* | 2004-09-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-28 | 1 | -3/+42 |
| | | | | | | | | * isys/isys.py (readSwapLabel): Add function to read label from swap filesystems. (readFSLabel): Read swap and JFS labels too. * fsset.py: Add support for label'ing swap filesystems (#127892). | ||||
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -0/+20 |
| | | | | * fsset.py (swapFileSystem.mount): Skip version 0 swaps (#122101) | ||||
* | 2004-09-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-23 | 1 | -0/+3 |
| | | | | | * fsset.py (DevptsFileSystem.isMountable): Don't mount /dev/pts during install (#133301) | ||||
* | include MAILADDR in mdadm.conf | Jeremy Katz | 2004-09-13 | 1 | -1/+5 |
| | |||||
* | mdadm.conf syntax fix (#132334) | Jeremy Katz | 2004-09-13 | 1 | -1/+1 |
| | |||||
* | some hacks to work around the lvm tools being stupid | Jeremy Katz | 2004-08-23 | 1 | -1/+8 |
| | | | | | | * wipe md superblocks if we successfully create a pv (#130713) * disable filtering for all of our creates. I know better than the tools (#130706) | ||||
* | bump max partition sizes (#126545) | Jeremy Katz | 2004-06-23 | 1 | -9/+9 |
| | |||||
* | bump default pesize to 32 MB | Jeremy Katz | 2004-05-27 | 1 | -1/+1 |
| | |||||
* | --run has the same affect according to neilb, so use it instead | Jeremy Katz | 2004-05-20 | 1 | -2/+1 |
| | |||||
* | if we don't have any raid modules, then bail on being able to support | Jeremy Katz | 2004-05-19 | 1 | -1/+4 |
| | | | | raid. and no longer need raidtools | ||||
* | determine available raid levels based on what modules are available | Jeremy Katz | 2004-05-19 | 1 | -2/+1 |
| | |||||
* | fixes for using mdadm discovered from actually testing the code. needs | Jeremy Katz | 2004-05-19 | 1 | -14/+30 |
| | | | | a new mdadm with my --really-force option | ||||
* | sys.exit -> os._exit in children (from msw) | Jeremy Katz | 2004-05-19 | 1 | -2/+2 |
| | |||||
* | this should add raid6 support (#122360) | Jeremy Katz | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | first pass at using mdadm for raid devices instead of raid-tools. this | Jeremy Katz | 2004-05-19 | 1 | -13/+23 |
| | | | | | | isn't tested yet as a side-effect, fixes #122598 | ||||
* | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | add selinuxfsanaconda-9.92-9 | Jeremy Katz | 2004-04-20 | 1 | -0/+6 |
| | |||||
* | fix upgrades with root on lvm1 (#121294) | Jeremy Katz | 2004-04-20 | 1 | -2/+16 |
| | |||||
* | let's try to make sure that we get /etc/lvm created (#118787) | Jeremy Katz | 2004-04-16 | 1 | -0/+2 |
| | |||||
* | figure out the packages we need for filesystems dynamically so that we | Jeremy Katz | 2004-03-03 | 1 | -0/+15 |
| | | | | don't have to have them all in comps | ||||
* | fix jfs_tune path (#115101) | Jeremy Katz | 2004-02-06 | 1 | -1/+1 |
| | |||||
* | bump default chunk size per arjan's suggestion (#112321) | Jeremy Katz | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | minor jfs label fix from ajay | Jeremy Katz | 2004-01-05 | 1 | -0/+3 |
| | |||||
* | search path for lvm binary. disable lvm if we don't see /usr/sbin/lvm or | Jeremy Katz | 2003-12-22 | 1 | -4/+4 |
| | | | | /sbin/lvm | ||||
* | make sure dmnode exists in the chroot too | Jeremy Katz | 2003-12-06 | 1 | -2/+2 |
| | |||||
* | more path fixes, copy dev nodes correctly for dm/lvm2 | Jeremy Katz | 2003-12-05 | 1 | -9/+12 |
| | |||||
* | htree again | Jeremy Katz | 2003-12-02 | 1 | -2/+1 |
| | |||||
* | spacing | Bill Nottingham | 2003-11-21 | 1 | -1/+1 |
| |