summaryrefslogtreecommitdiffstats
path: root/fstab.py
Commit message (Expand)AuthorAgeFilesLines
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-0/+18
* 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
* 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
* 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 u...bfox2001-03-131-6/+10
* 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 resolved...bfox2001-02-051-1/+1
* don't look for labels on non-ext2 partitionsErik Troan2001-02-011-0/+5
* Several changes:Mike Fulbright2001-02-011-2/+2
* 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 f...Mike Fulbright2001-01-231-3/+15
* 1) better error handling for systems w/o and block devicesErik Troan2001-01-181-10/+23
* 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 dr...Mike Fulbright2001-01-111-3/+21
* Added support for LBA32 when we right out lilo.conf iff we need it because bo...Mike Fulbright2001-01-081-0/+35
* 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
* 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
* catch problems writing out partitioning information and force a rebootErik Troan2000-08-051-1/+13