summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Collapse)AuthorAgeFilesLines
...
* never attempt to mount shm in the installerMatt Wilson2001-07-251-0/+3
|
* dynamically find loop devices for loopback upgradesMatt Wilson2001-07-251-16/+33
|
* work to make partitionless upgrades work better than beforeMike Fulbright2001-07-241-9/+29
|
* extra format args could be specified for any filesystem reallyJeremy Katz2001-07-231-1/+1
|
* fix code to find migratable mounts during an upgrade to use FileSystemSet ↵Mike Fulbright2001-07-201-0/+8
| | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet)
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-7/+55
|
* turn on swap early in lowmem (#46304), prevent you from editing once things ↵Matt Wilson2001-07-201-0/+6
| | | | are turned on (#46321)
* label partitions after formatting, fixes #49240Matt Wilson2001-07-191-5/+30
|
* raid1 for /boot no longer blows up with either lilo or grub; swap the order ↵Jeremy Katz2001-07-181-2/+8
| | | | of writing out config files for lilo and grub
* now we shouldn't die setting things active if you're trying to use a raid /bootJeremy Katz2001-07-161-1/+7
|
* no /boot on ia64Jeremy Katz2001-07-161-1/+6
|
* as per kernel team orders, turning off support for reiserfsMike Fulbright2001-07-131-0/+1
|
* thou shalt register filesystemsJeremy Katz2001-07-111-0/+2
|
* add /dev/shm to fstabBill Nottingham2001-07-111-0/+5
|
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-1/+40
| | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2
* 2 terabytes, not 4Jeremy Katz2001-07-101-4/+3
|
* set active partitionJeremy Katz2001-07-101-0/+40
|
* remove debuggingMatt Wilson2001-07-101-4/+5
|
* renable the creation and activation of swap files on upgradeMatt Wilson2001-07-101-8/+11
|
* just to be consistentMike Fulbright2001-07-081-1/+1
|
* fix device setting for raid devicesJeremy Katz2001-07-071-5/+5
| | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts
* don't fall over on the first pass of minor allocationMatt Wilson2001-07-061-1/+2
|
* add a format column to display in GUI, change name of software RAIDMike Fulbright2001-07-061-1/+1
|
* error handling is done genericlyMatt Wilson2001-07-061-9/+1
|
* Added support for converting and formatting existing filesystems to a ↵Mike Fulbright2001-07-061-0/+79
| | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning
* don't try to label fat partitions... really, it's a bad ideaJeremy Katz2001-07-021-4/+0
|
* more bits for ia64Jeremy Katz2001-07-021-2/+28
|
* add magik incantations to root out the evil within the fsset codeMatt Wilson2001-07-021-3/+10
|
* note to selfMatt Wilson2001-07-021-0/+2
|
* if we have a leading / in the device name, trust the full nameMatt Wilson2001-06-291-1/+1
|
* typoMatt Wilson2001-06-291-1/+1
|
* try sync()ing againMike Fulbright2001-06-291-4/+3
|
* this cut and paste got out of controlMike Fulbright2001-06-291-1/+1
|
* missing commanMatt Wilson2001-06-281-1/+1
|
* handle mkswap failureMatt Wilson2001-06-281-3/+17
|
* make sensible choice for the default fsMike Fulbright2001-06-271-1/+7
|
* ext3 by default for the betaJeremy Katz2001-06-271-1/+1
|
* turn off syncing for nowMike Fulbright2001-06-261-3/+4
|
* fixed to reflect the rest of fsystem.umount apiMatt Wilson2001-06-261-1/+1
|
* parted now has an ext3 typeMatt Wilson2001-06-261-1/+3
|
* more pychecker fixupsMatt Wilson2001-06-231-4/+1
|
* typoMatt Wilson2001-06-231-1/+1
|
* various pychecker fixupsMatt Wilson2001-06-221-10/+14
|
* stuff to make python happy about modulesMike Fulbright2001-06-221-1/+4
|
* make swap a native linux fsMike Fulbright2001-06-221-1/+2
|
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-3/+11
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* oops, I put that change in fstab.pyMatt Wilson2001-06-221-2/+2
|
* oops, I put that change in fstab.pyMatt Wilson2001-06-221-0/+17
|
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-0/+17
| | | | affect upgrades, not installs
* reserve existing labels alwaysMatt Wilson2001-06-221-1/+9
|