https://bugzilla.novell.com/show_bug.cgi?id=781689 https://bugzilla.novell.com/show_bug.cgi?id=781689#c15 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com AssignedTo|yast2-maintainers@suse.de |fehr@suse.com --- Comment #15 from Arvin Schnell <aschnell@suse.com> 2013-01-07 11:39:53 UTC --- Thomas, AFAIS the storage proposal will currently never reuse an existing efi boot partition due to a check in get_inst_proposal(): boolean have_boot = (!(Partitions::EfiBoot() || Arch::ia64()) || mode!=`free) && size(p)>0; Should likely be: boolean have_boot = mode!=`free && !isempty(p); But it's also unclear to me why there have already been changes to yast2-storage although there has been no work on the fate request so far. -- 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.