summaryrefslogtreecommitdiffstats
path: root/fstab.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for bug #12860Mike Fulbright2000-06-291-1/+1
* hj's patch.33Mike Fulbright2000-06-291-6/+5
* s/next/continue/, add a little loggingMatt Wilson2000-06-281-2/+2
* fix messageMike Fulbright2000-06-211-1/+1
* HJ patch.8 to make upgrades ignore bad partition tablesMike Fulbright2000-06-211-7/+11
* Added diagnostic output to log on tty3 when autopartitioning failsMike Fulbright2000-06-191-7/+19
* support alternate floppy devices (gulp)Erik Troan2000-06-181-3/+7
* 1) added formattablePartitions()Erik Troan2000-06-161-3/+30
* fixed commentMike Fulbright2000-06-151-1/+1
* create /tmp/cleanup properlyErik Troan2000-06-021-17/+26
* fix stupid exposure of internal dataMike Fulbright2000-05-311-0/+6
* fix msf's broken indentMatt Wilson2000-05-311-1/+1
* fix problem (second try) at making '/' on vfat choke in ks mode. Should also ...Mike Fulbright2000-05-301-4/+18
* added expert mode support for ddruidMike Fulbright2000-05-301-8/+11
* fix protected partition changesMike Fulbright2000-05-241-4/+10
* should fix so hard drive installs from ext2 DONT blow away source partition w...Mike Fulbright2000-05-221-7/+19
* handle loopback mounts more cleanlyErik Troan2000-05-181-12/+57
* needs progress windowErik Troan2000-05-161-35/+64
* reworked mount semanticsErik Troan2000-05-161-11/+5
* Added support for detecting and optionally (based on expert mode setting) ign...Mike Fulbright2000-05-101-6/+18
* don't upgrade systems with dirty fileystemsErik Troan2000-05-091-1/+1
* added hasDirtyFilesystems()Erik Troan2000-05-081-0/+19
* use symbolc names for balkan partition typesErik Troan2000-05-051-2/+1
* Implemented --asprimary to force autoalocation as a primary onlyMike Fulbright2000-05-031-2/+2
* implemnted --onprimary=<n> to force allocation as a particular primary partitionMike Fulbright2000-05-031-3/+12
* made partition options tuple more managableMike Fulbright2000-05-031-2/+5
* more fixes for --onpartMike Fulbright2000-05-021-4/+15
* fixes for making --bytes-per-inode workMike Fulbright2000-05-021-3/+12
* Fixes to make ks --onpart work betterMike Fulbright2000-05-021-4/+22
* use volume labels for fstabErik Troan2000-05-011-9/+65