summaryrefslogtreecommitdiffstats
path: root/fstab.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed unused saveDruidPartitions/beenSaved stuffErik Troan2000-08-051-9/+0
* typoMatt Wilson2000-08-041-6/+5
* Support new SmartArray controller, required by SAP, patch from Karstenbrosenkr2000-08-041-1/+2
* fixed loopback upgrades (broke readFstab when adding LABEL support)Erik Troan2000-07-261-2/+1
* don't bother removing devices (caused problems anyway)Erik Troan2000-07-261-2/+0
* parse label's out of fstab'sanaconda-6-9-4-tagErik Troan2000-07-251-19/+19
* 1) added filesystemSpace()Erik Troan2000-07-251-4/+29
* umount usb when doneMike Fulbright2000-07-251-0/+7
* write "noauto" for all "auto" filesystemsErik Troan2000-07-241-1/+1
* fixed problems pasrsing LOOP out of fstabErik Troan2000-07-241-2/+2
* added startExistingRaid() and stopExistingRaid(), normalizing how raidErik Troan2000-07-211-4/+14
* fixes for ls120 and fd0 handlingErik Troan2000-07-121-5/+1
* umm, ext2 things have labels, not dosErik Troan2000-07-071-1/+1
* ext3 patch from hjMatt Wilson2000-06-301-2/+3
* remove log message (debugging)Mike Fulbright2000-06-301-1/+1
* possibly fix lookback upgradesMike Fulbright2000-06-291-1/+1