| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove deprecated files | Matt Wilson | 2001-06-22 | 1 | -479/+0 |
| | | |||||
| * | first pass at getting things in alignment for gui upgrades. Should only ↵ | Matt Wilson | 2001-06-22 | 1 | -0/+18 |
| | | | | | affect upgrades, not installs | ||||
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -936/+59 |
| | | |||||
| * | fix ia64 upgrades | Bill Nottingham | 2001-04-25 | 1 | -1/+1 |
| | | |||||
| * | dont make swapfile world readable | Mike Fulbright | 2001-04-23 | 1 | -1/+1 |
| | | |||||
| * | don't completely die if a partition isn't formatted (#33895) | Matt Wilson | 2001-03-29 | 1 | -2/+8 |
| | | |||||
| * | gui.py: possible fix for #33103: reset the frame's label always | Matt Wilson | 2001-03-26 | 1 | -2/+2 |
| | | | | | | | | | fstab.py: we already have the intf's progressWindow stored in self, don't require it to be passed in todo.py: fix the call to fstab.turnOnSwap to use the new method iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?! textw/partitioning_text.py: ditto. | ||||
| * | make sure on upgrades to get swap on RAID as well | Mike Fulbright | 2001-03-23 | 1 | -0/+6 |
| | | |||||
| * | 1) makeExt2Filesystem() returns errors now | Erik Troan | 2001-03-20 | 1 | -2/+15 |
| | | | | | 2) if mke2fs fails, pout | ||||
| * | if a swap file is in the fstab, but doesn't exist on the disk, deal | Erik Troan | 2001-03-16 | 1 | -9/+14 |
| | | |||||
| * | added the progress bars back | bfox | 2001-03-13 | 1 | -10/+6 |
| | | |||||
| * | commented out some message window code that seems to break GUI mode in swap ↵ | bfox | 2001-03-13 | 1 | -6/+10 |
| | | | | | upgrade window | ||||
| * | piles of changes to handle swap files | Erik Troan | 2001-03-09 | 1 | -69/+117 |
| | | |||||
| * | remove some debugging output | Mike Fulbright | 2001-02-26 | 1 | -5/+1 |
| | | |||||
| * | don't losetup when making the filesystem on partionless | Matt Wilson | 2001-02-23 | 1 | -9/+2 |
| | | |||||
| * | let rescue mode be more tolerant of mount failures | Erik Troan | 2001-02-22 | 1 | -2/+3 |
| | | |||||
| * | handle case where label exists on drive, but not in fstab file of rescued system | Mike Fulbright | 2001-02-15 | 1 | -5/+4 |
| | | |||||
| * | Added another error check for the partitions. I think bug #16686 is ↵ | bfox | 2001-02-05 | 1 | -1/+1 |
| | | | | | resolved now. | ||||
| * | don't look for labels on non-ext2 partitions | Erik Troan | 2001-02-01 | 1 | -0/+5 |
| | | |||||
| * | Several changes: | Mike Fulbright | 2001-02-01 | 1 | -2/+2 |
| | | | | | | | | - fixed bug where if no partition were specified to be allocated in ks, goto 'unslicable ....' error - made linear default for kickstart LILO option - made it so firewall and lba32warning messages skipped in ks mode | ||||
| * | typo | Mike Fulbright | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | create mke2fs.log properly | Erik Troan | 2001-01-24 | 1 | -1/+1 |
| | | |||||
| * | dont test for maxcyl if root on loop install | Mike Fulbright | 2001-01-24 | 1 | -0/+9 |
| | | |||||
| * | fixed so we just ignore RAID booting when doing maximum cylinder test, also ↵ | Mike Fulbright | 2001-01-23 | 1 | -3/+15 |
| | | | | | fixed some problems in rescue mode | ||||
| * | 1) better error handling for systems w/o and block devices | Erik Troan | 2001-01-18 | 1 | -10/+23 |
| | | | | | 2) better error handling in rescue mode | ||||
| * | syntax error | Matt Wilson | 2001-01-18 | 1 | -1/+1 |
| | | |||||
| * | don't fail on waitpid failures | Matt Wilson | 2001-01-18 | 1 | -1/+4 |
| | | |||||
| * | remove debugging log message | Mike Fulbright | 2001-01-17 | 1 | -1/+1 |
| | | |||||
| * | missed tuple using new elements | Mike Fulbright | 2001-01-16 | 1 | -1/+1 |
| | | |||||
| * | fix newly partition message, and typo in firewall code | Mike Fulbright | 2001-01-16 | 1 | -2/+4 |
| | | |||||
| * | added checkFormatting() | Erik Troan | 2001-01-12 | 1 | -1/+30 |
| | | |||||
| * | added boolean to partitionList() to tell us if partition is preexisting or not | Mike Fulbright | 2001-01-12 | 1 | -1/+1 |
| | | |||||
| * | Made two different calls to get maxcyl of partitions, one for reading from ↵ | Mike Fulbright | 2001-01-11 | 1 | -3/+21 |
| | | | | | drive directly, the other for getting it from the ddruid object. Added one entity to tuple returned from partitionList(), fixed up code to reflect change | ||||
| * | Added support for LBA32 when we right out lilo.conf iff we need it because ↵ | Mike Fulbright | 2001-01-08 | 1 | -0/+35 |
| | | | | | boot partition is over 1023 cyl. Also added warning if you put boot > 1023 cyl and we dont seem to be able to detect edd support on this system | ||||
| * | fix message for when trying to mount unformatted filesystems | Mike Fulbright | 2000-12-12 | 1 | -1/+4 |
| | | |||||
| * | moved sync | Erik Troan | 2000-12-11 | 1 | -1/+1 |
| | | |||||
| * | fix for bug #16686/21822 | Mike Fulbright | 2000-12-07 | 1 | -1/+1 |
| | | |||||
| * | be more tolerant of mke2fs errors | Erik Troan | 2000-12-06 | 1 | -11/+29 |
| | | |||||
| * | make loopback filesystems on partitions that are in the protectList | Erik Troan | 2000-11-22 | 1 | -26/+32 |
| | | |||||
| * | Modifications to pass edd detection from python land to libfdisk. alloc.c | Mike Fulbright | 2000-11-20 | 1 | -2/+7 |
| | | | | | | | | will try to use edd if necessary. tagged libfdisk directory with libfdisk_before_71_edd_changes in case this doesnt work out | ||||
| * | fix for loopback install from multiple cdrom | Erik Troan | 2000-11-17 | 1 | -0/+2 |
| | | |||||
| * | display a progress bar during formatting | Erik Troan | 2000-11-06 | 1 | -15/+49 |
| | | |||||
| * | Imported sys module so calling sys.exit(0) no longer causes traceback. | bfox | 2000-10-09 | 1 | -0/+2 |
| | | |||||
| * | merged in fix for checking for free space only on ext2 filesystems | Erik Troan | 2000-10-03 | 1 | -1/+2 |
| | | |||||
| * | fix for bug 17545anaconda-7-0-ia64-base | Mike Fulbright | 2000-09-29 | 1 | -0/+1 |
| | | |||||
| * | changed ks option reference in diagnostic message to correct one | Mike Fulbright | 2000-09-25 | 1 | -1/+1 |
| | | |||||
| * | show in test mode | Matt Wilson | 2000-08-15 | 1 | -1/+0 |
| | | |||||
| * | fix code to find largest available space for loopback file | Mike Fulbright | 2000-08-10 | 1 | -11/+16 |
| | | |||||
| * | insert topmountdir into path when checking free space | Erik Troan | 2000-08-10 | 1 | -2/+2 |
| | | |||||
| * | try to read label on all partitions, not just ext2 | Erik Troan | 2000-08-05 | 1 | -5/+7 |
| | | |||||
