summaryrefslogtreecommitdiffstats
path: root/upgrade.py
Commit message (Collapse)AuthorAgeFilesLines
...
* don't append / if mnt point is /bfox2001-03-141-2/+10
|
* don't let them put swap files on non-ext2 partitionsErik Troan2001-03-141-4/+5
|
* swapfileExists() worked much too hardErik Troan2001-03-141-17/+2
|
* handle case where symlink exists as well when avoiding files with name like ↵Mike Fulbright2001-03-131-1/+17
| | | | 'SWAP-*' when adding swapfile during upgrade, fixes bug 31251
* wired up the swap upgrade GUI windowbfox2001-03-131-2/+10
|
* make the default prefix a string, not None (you can't add None to a string ↵Matt Wilson2001-03-091-1/+1
| | | | type at the bottom of the function
* added swapSuggestion() and createSwapFile()Erik Troan2001-03-091-0/+67
|
* let rescue mode be more tolerant of mount failuresErik Troan2001-02-221-2/+3
|
* reenable partitionless installsMike Fulbright2001-02-011-6/+1
|
* fix something ewt broke with finding upgrade pathMike Fulbright2001-01-311-1/+2
|
* turn off partitionless upgrades for this betaMike Fulbright2001-01-251-1/+7
|
* fixed so we just ignore RAID booting when doing maximum cylinder test, also ↵Mike Fulbright2001-01-231-1/+1
| | | | fixed some problems in rescue mode
* use the new fstab loop root functionsMatt Wilson2001-01-231-2/+2
|
* missing importMike Fulbright2001-01-191-1/+1
|
* missing importMike Fulbright2001-01-191-0/+1
|
* reworked rescue mode to automatically mount the user's systemErik Troan2001-01-121-0/+100