summaryrefslogtreecommitdiffstats
path: root/fstab.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for detecting and optionally (based on expert mode setting) ↵Mike Fulbright2000-05-101-6/+18
| | | | ignoring removable devices
* 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
|
* Added --bytes-per-inode option to ks part commandMike Fulbright2000-04-261-2/+22
|
* Should check filesystem type before committing to formatMike Fulbright2000-04-251-2/+2
|
* merge from anaconda-6-2j-branchMatt Wilson2000-04-171-2/+3
|
* o massive move to a better translation modelMatt Wilson2000-02-291-3/+1
| | | | o rename unprobed monitor to Generic Monitor
* let swapon fail if we didn't need to mkswapErik Troan2000-02-241-1/+5
|
* don't turn on swap devices during loopback installsErik Troan2000-02-231-1/+1
|
* change floppy filesystem type to 'auto'. We now have /etc/filesystems.pbrown2000-02-171-1/+1
|
* don't display error for empty drive multiple timesMatt Wilson2000-02-161-3/+3
|
* added maxsize stuffMatt Wilson2000-02-161-1/+1
|
* uncommitted changes in tree (msw)Matt Wilson2000-02-141-0/+9
|
* (drmike) fstab.py,iw/rootpartition.py,textw/partitioning.py: Attempt to fix ↵Mike Fulbright2000-02-101-4/+7
| | | | bug where if you autopartition, then back up and try to manually partition, the fstab entries from the autopartition attempt polluted the disk druid partition spec inproperly. Now we test and attempt to clear out fstab entries from autopartition attempt before running disk druid
* remove debugging statementsMatt Wilson2000-02-051-3/+1
|
* my bad committed debug messageMike Fulbright2000-02-031-1/+0
|
* fix attr error when running fdisk in GUI modeMike Fulbright2000-02-031-0/+1
|
* Make sure disk druid is in proper readOnly mode based on if we are using ↵Mike Fulbright2000-02-021-0/+1
| | | | fdisk or not
* make accel keys work in disk druidMatt Wilson2000-02-021-1/+9
|
* got raid swap workingMatt Wilson2000-02-011-0/+9
|
* o upgrade code rebuilds the db to a tmp dir and opens that db toMatt Wilson2000-02-011-0/+1
| | | | | | | calculate the upgrade set. When the user OKs the upgrade, the old db is deleted and the new rebuilt db is moved into place. o lilo/fstab checks for testing mode. o added a iutil.rmrf() function to recursively remove directories
* format new raid partitions by defaultErik Troan2000-01-311-1/+1
|
* multiple raid partitions weren't being put in the fstab properlyMatt Wilson2000-01-201-2/+25
|
* more fixing for alphaMatt Wilson2000-01-191-1/+1
|
* check for boot device properly on alphaMatt Wilson2000-01-191-1/+1
|
* fixed swap formattingMatt Wilson2000-01-181-1/+1
|
* fstab wasn't returning fsedit.edit() return codeErik Troan2000-01-181-1/+2
|
* turn off swap when upgrades are backed upMatt Wilson2000-01-181-11/+22
|
* 1) added status message while creating loopbackMatt Wilson2000-01-111-4/+16
| | | | 2) turn off loopback device when unmounting filesystems
* loopback installs work in tuiMatt Wilson2000-01-101-8/+32
|
* added support for removable storage (zip/jaz). Not tested yet, but won'tpbrown2000-01-101-2/+4
| | | | hurt anything if it is broken.
* removed extra whitespace on lineMatt Wilson2000-01-101-1/+1
|
* translate alpha boot mke2fs hacks to new fstab codeMatt Wilson2000-01-101-5/+2
|
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-0/+16
|
* remove debuggingMatt Wilson2000-01-031-1/+0
|
* added existingRaidList()Matt Wilson2000-01-011-0/+3
|
* 1) added getRootDeviceErik Troan2000-01-011-1/+23
| | | | | 2) added rootOnLoop 3) added loopbackSize bits
* cleaned up the existing raid stuffMatt Wilson1999-12-291-8/+12
|
* various fixes for raid upgrades (which seem to work now)Matt Wilson1999-12-291-2/+24
|
* changes for raid upgrades (not done yet)Matt Wilson1999-12-281-5/+36
|
* loopback mounts work for root <gulp>Matt Wilson1999-12-281-0/+24
|
* boot/root on raid should work nowErik Troan1999-12-271-3/+17
|