https://bugzilla.novell.com/show_bug.cgi?id=891213 https://bugzilla.novell.com/show_bug.cgi?id=891213#c5 --- Comment #5 from Jiri Srain <jsrain@suse.com> 2014-08-12 09:12:54 UTC --- The fact that the openSUSE live installer does not include target setting does not mean that you cannot create such image via SUSE Studio. Anyway, thinking of it a bit more: Why to set it at all unless set explicitly by user (if possible)? Properly configured live image should have the target set already and YaST just copies the setting from the live media. There is no reason for the installer to touch the setting, or? Then the patch could look like: - ServicesManagerTarget.default_target = Target::MULTIUSER if ServicesManagerTarget.default_target.empty? + ServicesManagerTarget.default_target = Target::MULTIUSER if ServicesManagerTarget.default_target.empty? && ! Mode.live_installation (not tested) -- 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.