summaryrefslogtreecommitdiffstats
path: root/fstab.py
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated filesMatt Wilson2001-06-221-479/+0
|
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-0/+18
| | | | affect upgrades, not installs
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-936/+59
|
* fix ia64 upgradesBill Nottingham2001-04-251-1/+1
|
* dont make swapfile world readableMike Fulbright2001-04-231-1/+1
|
* don't completely die if a partition isn't formatted (#33895)Matt Wilson2001-03-291-2/+8
|
* gui.py: possible fix for #33103: reset the frame's label alwaysMatt Wilson2001-03-261-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 wellMike Fulbright2001-03-231-0/+6
|
* 1) makeExt2Filesystem() returns errors nowErik Troan2001-03-201-2/+15
| | | | 2) if mke2fs fails, pout
* if a swap file is in the fstab, but doesn't exist on the disk, dealErik Troan2001-03-161-9/+14
|
* added the progress bars backbfox2001-03-131-10/+6
|
* commented out some message window code that seems to break GUI mode in swap ↵bfox2001-03-131-6/+10
| | | | upgrade window
* piles of changes to handle swap filesErik Troan2001-03-091-69/+117
|
* remove some debugging outputMike Fulbright2001-02-261-5/+1
|
* don't losetup when making the filesystem on partionlessMatt Wilson2001-02-231-9/+2
|
* let rescue mode be more tolerant of mount failuresErik Troan2001-02-221-2/+3
|
* handle case where label exists on drive, but not in fstab file of rescued systemMike Fulbright2001-02-151-5/+4
|
* Added another error check for the partitions. I think bug #16686 is ↵bfox2001-02-051-1/+1
| | | | resolved now.
* don't look for labels on non-ext2 partitionsErik Troan2001-02-011-0/+5
|
* Several changes:Mike Fulbright2001-02-011-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
* typoMike Fulbright2001-01-251-1/+1
|
* create mke2fs.log properlyErik Troan2001-01-241-1/+1
|
* dont test for maxcyl if root on loop installMike Fulbright2001-01-241-0/+9
|
* fixed so we just ignore RAID booting when doing maximum cylinder test, also ↵Mike Fulbright2001-01-231-3/+15
| | | | fixed some problems in rescue mode
* 1) better error handling for systems w/o and block devicesErik Troan2001-01-181-10/+23
| | | | 2) better error handling in rescue mode
* syntax errorMatt Wilson2001-01-181-1/+1
|
* don't fail on waitpid failuresMatt Wilson2001-01-181-1/+4
|
* remove debugging log messageMike Fulbright2001-01-171-1/+1
|
* missed tuple using new elementsMike Fulbright2001-01-161-1/+1
|
* fix newly partition message, and typo in firewall codeMike Fulbright2001-01-161-2/+4
|
* added checkFormatting()Erik Troan2001-01-121-1/+30
|
* added boolean to partitionList() to tell us if partition is preexisting or notMike Fulbright2001-01-121-1/+1
|
* Made two different calls to get maxcyl of partitions, one for reading from ↵Mike Fulbright2001-01-111-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 Fulbright2001-01-081-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 filesystemsMike Fulbright2000-12-121-1/+4
|
* moved syncErik Troan2000-12-111-1/+1
|
* fix for bug #16686/21822Mike Fulbright2000-12-071-1/+1
|
* be more tolerant of mke2fs errorsErik Troan2000-12-061-11/+29
|
* make loopback filesystems on partitions that are in the protectListErik Troan2000-11-221-26/+32
|
* Modifications to pass edd detection from python land to libfdisk. alloc.cMike Fulbright2000-11-201-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 cdromErik Troan2000-11-171-0/+2
|
* display a progress bar during formattingErik Troan2000-11-061-15/+49
|
* Imported sys module so calling sys.exit(0) no longer causes traceback.bfox2000-10-091-0/+2
|
* merged in fix for checking for free space only on ext2 filesystemsErik Troan2000-10-031-1/+2
|
* fix for bug 17545anaconda-7-0-ia64-baseMike Fulbright2000-09-291-0/+1
|
* changed ks option reference in diagnostic message to correct oneMike Fulbright2000-09-251-1/+1
|
* show in test modeMatt Wilson2000-08-151-1/+0
|
* fix code to find largest available space for loopback fileMike Fulbright2000-08-101-11/+16
|
* insert topmountdir into path when checking free spaceErik Troan2000-08-101-2/+2
|
* try to read label on all partitions, not just ext2Erik Troan2000-08-051-5/+7
|