| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
iutil.execWithRedirect() stopped doing anything with searchPath in 2006
when clumens committed d0dec24. Remove these silly vestigal bits.
|
| |
|
|
|
|
|
|
| |
There's some broken hueristic in mkswap that leads it to sometimes
mistake a logical volume for a disk and hence refuse to format it,
citing something about bootblocks. Nonsense.
|
|
|
|
|
|
|
| |
Safety net for detected swap volumes. We trap v0 swap space and swap
partitions currently in use for software suspend. After all that verify
that the detected volume is v1 swap space. If not, raise
UnknownSwapError.
|
| |
|
|
|
|
|
|
| |
This only fixes the serious errors that may affect F11 Beta. There's still
a lot of patch left that fixes some more nitpicky stuff which can come in
later.
|
|
|
|
| |
lvm.py and swap.py
|
|
|
|
|
|
|
|
|
|
|
| |
- Change minsize/maxsize to minSize/maxSize since that's the
convention elsewhere throughout the code.
- Redirect output from all external utilities to tty5, not
/dev/null.
- Don't waste calls to basename for debug log statements,
especially when the device can be None.
- Add lots of missing imports.
- Fix lots of remnants of previous code usage.
|
| |
|
|
|