Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - don't label filesystems on logical volumes since that doesn't seem to work | Jeremy Katz | 2002-01-30 | 1 | -6/+14 | |
| | | | | | - if the rootfs is a logical volume, make the device node for it when mounting filesystems. cheap hack to get the initrd to be made properly | |||||
* | rename field so we know its units is MB | Mike Fulbright | 2002-01-28 | 1 | -11/+11 | |
| | ||||||
* | more efficient list manipulations... | Matt Wilson | 2002-01-25 | 1 | -1/+1 | |
| | ||||||
* | we can actually create logical volumes now | Jeremy Katz | 2002-01-25 | 1 | -7/+127 | |
| | ||||||
* | skeleton LVM code so that msf can start working on the real gui. doesn't | Jeremy Katz | 2002-01-24 | 1 | -0/+41 | |
| | | | | actually create the volumes or anything yet | |||||
* | merge in the generic parts of the xfs changes from sgi and in the process ↵ | Jeremy Katz | 2002-01-23 | 1 | -6/+96 | |
| | | | | take care of some of our multifsification | |||||
* | land boot loader changes to use booty backend infrastructure and switch | Jeremy Katz | 2002-01-21 | 1 | -9/+9 | |
| | | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately | |||||
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -1/+1 | |
| | ||||||
* | pychecker fixup | Jeremy Katz | 2001-12-27 | 1 | -1/+1 | |
| | ||||||
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 1 | -10/+18 | |
| | | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night | |||||
* | this would really help support if we reported which partition is having the ↵ | Mike Fulbright | 2001-12-19 | 1 | -1/+3 | |
| | | | | problem | |||||
* | typo | Mike Fulbright | 2001-12-17 | 1 | -1/+1 | |
| | ||||||
* | typo | Mike Fulbright | 2001-12-17 | 1 | -1/+1 | |
| | ||||||
* | more /mnt/sysimage surgery | Jeremy Katz | 2001-11-27 | 1 | -7/+8 | |
| | ||||||
* | use startswith | Matt Wilson | 2001-10-30 | 1 | -8/+8 | |
| | ||||||
* | fall back to mounting with ext3 if somethign goes wrong (#49865) | Matt Wilson | 2001-08-24 | 1 | -0/+3 | |
| | ||||||
* | this will work a bit better | Jeremy Katz | 2001-08-17 | 1 | -1/+1 | |
| | ||||||
* | only set the boot flag on /boot/efi on itanium | Jeremy Katz | 2001-08-17 | 1 | -0/+7 | |
| | ||||||
* | if no message window, just fall back to ext2 if no journal, but that case ↵ | Jeremy Katz | 2001-08-14 | 1 | -1/+1 | |
| | | | | shouldn't happen | |||||
* | per sct's request, turn off forced fscks for ext3 filesystems after the fs ↵ | Jeremy Katz | 2001-08-14 | 1 | -2/+20 | |
| | | | | has been created/migrated and ensuring that there actually is a journal on the fs | |||||
* | insure that the dev node exists on loopback devices, fixes ext3 migration of ↵ | Matt Wilson | 2001-08-14 | 1 | -5/+10 | |
| | | | | partitionless (ugh, bad idea anyway...) | |||||
* | remove duplicated code | Matt Wilson | 2001-08-14 | 1 | -6/+1 | |
| | ||||||
* | avoid a false trigger of my sanity check | Matt Wilson | 2001-08-13 | 1 | -1/+2 | |
| | ||||||
* | sanity check | Matt Wilson | 2001-08-13 | 1 | -0/+3 | |
| | ||||||
* | cosmic rays insert odd code that does nothing | Matt Wilson | 2001-08-10 | 1 | -1/+14 | |
| | ||||||
* | pychecker fix | Mike Fulbright | 2001-08-10 | 1 | -1/+1 | |
| | ||||||
* | pychecker fix | Mike Fulbright | 2001-08-10 | 1 | -1/+1 | |
| | ||||||
* | if there's no journal after running tune2fs pop up a window asking if the ↵ | Jeremy Katz | 2001-08-10 | 1 | -2/+19 | |
| | | | | user wants to continue | |||||
* | handle exceptions caused by a bad mountpoint (#50319) | Matt Wilson | 2001-08-09 | 1 | -7/+29 | |
| | | | | fixed broken raid registration from the last commit | |||||
* | Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ↵ | Matt Wilson | 2001-08-09 | 1 | -9/+24 | |
| | | | | | | | This is so we can get the SW RAID member that is bootable when we go to install GRUB. (#51213) | |||||
* | 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵ | Mike Fulbright | 2001-08-09 | 1 | -0/+14 | |
| | | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263) | |||||
* | restore fstab if we started to migrate and found there was not enough space ↵ | Mike Fulbright | 2001-08-09 | 1 | -0/+10 | |
| | | | | to upgrade | |||||
* | note to self | Matt Wilson | 2001-08-07 | 1 | -0/+3 | |
| | ||||||
* | if we fail to mount ext2 filesystems on md devices, give ext3 a try. (#51145) | Matt Wilson | 2001-08-07 | 1 | -1/+4 | |
| | | | | | register the raid devices we mkraid with the partitioning layer hup the raid devices and start the existing ones so we can pull labels off them in case we have a label conflict(#51148) | |||||
* | make sure raid member list is sorted (50988) | Jeremy Katz | 2001-08-07 | 1 | -0/+3 | |
| | ||||||
* | limit fat to 2 gigs (50544) | Jeremy Katz | 2001-08-01 | 1 | -0/+1 | |
| | ||||||
* | register the wait window with the fsset so we can pop up a "Checking for badanaconda-s390-tag | Jeremy Katz | 2001-07-30 | 1 | -2/+16 | |
| | | | | blocks" window | |||||
* | oops, use the right args when making a swap file deviceanaconda-fairfax-beta-3 | Matt Wilson | 2001-07-26 | 1 | -1/+1 | |
| | ||||||
* | don't assume that all swap files piggyback on loopback filesystem hostsancaonda-fairfax-beta-3 | Matt Wilson | 2001-07-26 | 1 | -2/+3 | |
| | ||||||
* | don't decref mount count when we don't actually disable swap right now | Matt Wilson | 2001-07-26 | 1 | -4/+7 | |
| | ||||||
* | never attempt to mount shm in the installer | Matt Wilson | 2001-07-25 | 1 | -0/+3 | |
| | ||||||
* | dynamically find loop devices for loopback upgrades | Matt Wilson | 2001-07-25 | 1 | -16/+33 | |
| | ||||||
* | work to make partitionless upgrades work better than before | Mike Fulbright | 2001-07-24 | 1 | -9/+29 | |
| | ||||||
* | extra format args could be specified for any filesystem really | Jeremy Katz | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | fix code to find migratable mounts during an upgrade to use FileSystemSet ↵ | Mike Fulbright | 2001-07-20 | 1 | -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 appropriately | Mike Fulbright | 2001-07-20 | 1 | -7/+55 | |
| | ||||||
* | turn on swap early in lowmem (#46304), prevent you from editing once things ↵ | Matt Wilson | 2001-07-20 | 1 | -0/+6 | |
| | | | | are turned on (#46321) | |||||
* | label partitions after formatting, fixes #49240 | Matt Wilson | 2001-07-19 | 1 | -5/+30 | |
| | ||||||
* | raid1 for /boot no longer blows up with either lilo or grub; swap the order ↵ | Jeremy Katz | 2001-07-18 | 1 | -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 /boot | Jeremy Katz | 2001-07-16 | 1 | -1/+7 | |
| |