https://bugzilla.novell.com/show_bug.cgi?id=728314 https://bugzilla.novell.com/show_bug.cgi?id=728314#c5 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|fehr@suse.com | --- Comment #5 from Thomas Fehr <fehr@suse.com> 2011-11-15 14:09:12 UTC --- There is a function Storage::Mount( string device, string mountpoint ) which you could use. It automatically sets up encryption if needed. There is also a Storage::Umount( string device ) which un-mounts again and also removed dm devices used for crypto if needed. It expects a valid filesystem and encryption setup and it needs that the user has provided crypto passwords already, but this should be the case here. Another question is why to check for space in directories that RPM is not allowed to have files according to FHS at all. Why not only check for "/", "/boot/*", "/usr/*", "/opt/*" and "/var/*" AFAIK our RPMS should not contain files outside of the above. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.