[yast-commit] r52808 - in /trunk/packager: VERSION package/yast2-packager.changes src/clients/inst_kickoff.ycp
Author: locilka Date: Fri Oct 31 16:53:16 2008 New Revision: 52808 URL: http://svn.opensuse.org/viewcvs/yast?rev=52808&view=rev Log: - Fixed list of files copied in inst_kickoff from inst-sys to the system (bnc #440430). - 2.17.38 Modified: trunk/packager/VERSION trunk/packager/package/yast2-packager.changes trunk/packager/src/clients/inst_kickoff.ycp Modified: trunk/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=52808&r1=52807&r2=52808&view=diff ============================================================================== --- trunk/packager/VERSION (original) +++ trunk/packager/VERSION Fri Oct 31 16:53:16 2008 @@ -1 +1 @@ -2.17.37 +2.17.38 Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=52808&r1=52807&r2=52808&view=diff ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Fri Oct 31 16:53:16 2008 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Oct 31 16:49:05 CET 2008 - locilka@suse.cz + +- Fixed list of files copied in inst_kickoff from inst-sys to the + system (bnc #440430). +- 2.17.38 + +------------------------------------------------------------------- Fri Oct 31 12:18:18 CET 2008 - lslezak@suse.cz - 2.17.37 Modified: trunk/packager/src/clients/inst_kickoff.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/clients/inst_kickoff.ycp?rev=52808&r1=52807&r2=52808&view=diff ============================================================================== --- trunk/packager/src/clients/inst_kickoff.ycp (original) +++ trunk/packager/src/clients/inst_kickoff.ycp Fri Oct 31 16:53:16 2008 @@ -422,9 +422,11 @@ }); } else { - // See bnc #381227 + y2milestone ("Copying users/groups information from the inst-sys to %1", Installation::destdir); + // @see bnc #381227 + // @see bnc #440430 // files might have been copied already from image - foreach (string filename, ["/etc/passwd", "/etc/group"], { + foreach (string filename, ["/etc/passwd", "/etc/shadow", "/etc/group"], { string filename_copy_to = sformat ("%1/%2", Installation::destdir, filename); if (FileUtils::Exists (filename_copy_to)) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org