summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo when probing exception disks.Chris Lumens2009-05-121-1/+1
* Add support for --noformat too.Chris Lumens2009-05-121-6/+12
* Add support for --onpart, --ondrive, and --useexisting.Chris Lumens2009-05-121-1/+13
* Make the storage.writeKS method useful and called from instdata (#493703).Chris Lumens2009-05-121-0/+44
* Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724).Chris Lumens2009-05-081-1/+1
* Don't pass the default clearPartType value to the device tree.David Lehman2009-05-061-1/+9
* Handle fstab entries whose filesystem we don't recognize.(#498120)David Lehman2009-05-041-1/+17
* Don't drop discovered format with unknown devices when parsing fstab.David Lehman2009-05-041-2/+2
* Pass clearPartType to the devicetree as well.Chris Lumens2009-05-011-0/+2
* Add a ignoreProtected= parameter to deviceImmutable that does the obvious.Chris Lumens2009-05-011-2/+2
* Don't mount bind mounts last, that makes /dev break.Peter Jones2009-04-301-5/+0
* Use device.format.mountType insead of device.format.type for fstab.Peter Jones2009-04-281-1/+1
* Fix handling of swap files. (#496529)David Lehman2009-04-241-0/+11
* Pass anaconda to turnOnSwap so we can use swap files.David Lehman2009-04-241-5/+5
* Fix incorrect attribute name use for retrofit flag.David Lehman2009-04-241-2/+2
* Apply the global passphrase when doing kickstart autopart (#497533).Chris Lumens2009-04-241-3/+5
* Add support for encryption passphrase retrofits.David Lehman2009-04-241-0/+22
* Fix handling of bind mounts. (#496406)David Lehman2009-04-241-3/+32
* Add more filesystem checks.Chris Lumens2009-04-241-0/+11
* Don't remove an inconsistent lvm partition from the devicetree (#496638)Hans de Goede2009-04-241-0/+4
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-4/+4
* Don't allow /boot to be on an encrypted device (#496866).Chris Lumens2009-04-221-2/+8
* Include the device path in DeviceError exceptions.David Lehman2009-04-211-3/+3
* [PATCH] Possible fix for some encryption related bugs during the Custom Layou...Martin Sivak2009-04-171-0/+7
* Fix typo.Joel Granados Moreno2009-04-161-1/+1
* Implement the save to USB using devicetree devices.Joel Granados Moreno2009-04-161-16/+13
* Make save to usb work.Joel Granados Moreno2009-04-141-3/+3
* Setup the disks before partitioning as the nodes are needed.Joel Granados Moreno2009-04-101-0/+5
* Rescan the devices when we are saving a traceback.Joel Granados Moreno2009-04-101-0/+2
* Don't exit the installer from filesystem errors.David Lehman2009-04-071-24/+16
* Adjust device dependencies when backing out device encryption. (#493257)David Lehman2009-04-071-0/+8
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-061-10/+3
* Improve handling for various nodev filesystems in fstab. (#493685, #493202)David Lehman2009-04-021-2/+3
* Activate storage before looking up the hdiso source drive (#491781).Chris Lumens2009-04-021-7/+25
* Don't allow the rootfs on live installs to not match (#493206, #492727)Jeremy Katz2009-04-021-0/+9
* get_containing_device takes two arguments (#493266).Chris Lumens2009-04-011-2/+2
* Revert "Don't do format-specific processing on devices targeted by clearpart....Joel Granados Moreno2009-03-271-2/+0
* Don't do format-specific processing on devices targeted by clearpart. (#492123)David Lehman2009-03-261-0/+2
* Rework CryptTab.parse (dlehman).Chris Lumens2009-03-251-26/+25
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-251-4/+5
* Don't underflow on the busy cursor stack.Chris Lumens2009-03-251-5/+2
* Put line breaks in between crypttab entries. (#491938)David Lehman2009-03-241-4/+4
* NFSDevice does not take exists= as a parameter.Chris Lumens2009-03-241-2/+1
* Move resolveDevice into the DeviceTree class.Chris Lumens2009-03-241-82/+6
* Move most of the parseFSTab logic into its own function.Chris Lumens2009-03-241-65/+76
* Move protectedPartition setup into storageInitialize (#491781).Chris Lumens2009-03-241-2/+29
* Pop the busy cursor when we're done with the wait window (#491736).Chris Lumens2009-03-231-0/+3
* Add a fake device for bind mounting /dev.Chris Lumens2009-03-231-6/+15
* Fix traceback in FSSet.crypttab. (#491160)David Lehman2009-03-201-1/+1
* Do not use _rnetdev as fstab option for network based /Hans de Goede2009-03-201-4/+1