Author: aschnell Date: Wed Jun 4 10:09:19 2008 New Revision: 48044 URL: http://svn.opensuse.org/viewcvs/yast?rev=48044&view=rev Log: - run storage_finish.ycp during live-installation (bug #389188) Modified: branches/SuSE-Linux-11_0-Branch/storage/VERSION branches/SuSE-Linux-11_0-Branch/storage/package/yast2-storage.changes branches/SuSE-Linux-11_0-Branch/storage/storage/src/storage_finish.ycp Modified: branches/SuSE-Linux-11_0-Branch/storage/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/storage/VERSION?rev=48044&r1=48043&r2=48044&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/storage/VERSION (original) +++ branches/SuSE-Linux-11_0-Branch/storage/VERSION Wed Jun 4 10:09:19 2008 @@ -1 +1 @@ -2.16.24 +2.16.25 Modified: branches/SuSE-Linux-11_0-Branch/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/storage/package/yast2-storage.changes?rev=48044&r1=48043&r2=48044&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/storage/package/yast2-storage.changes (original) +++ branches/SuSE-Linux-11_0-Branch/storage/package/yast2-storage.changes Wed Jun 4 10:09:19 2008 @@ -1,9 +1,15 @@ ------------------------------------------------------------------- +Mon Jun 02 15:23:24 CEST 2008 - aschnell@suse.de + +- run storage_finish.ycp during live-installation (bug #389188) +- version 2.16.25 + +------------------------------------------------------------------- Wed May 21 10:38:34 CEST 2008 - aschnell@suse.de - do not attempt to install yast2-iscsi-client during installation (bnc #392972) -- version 2.16.24 +- version 2.16.24 ------------------------------------------------------------------- Mon May 19 10:45:02 CEST 2008 - aschnell@suse.de Modified: branches/SuSE-Linux-11_0-Branch/storage/storage/src/storage_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/storage/storage/src/storage_finish.ycp?rev=48044&r1=48043&r2=48044&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/storage/storage/src/storage_finish.ycp (original) +++ branches/SuSE-Linux-11_0-Branch/storage/storage/src/storage_finish.ycp Wed Jun 4 10:09:19 2008 @@ -45,7 +45,7 @@ "steps" : 1, // progress step title "title" : _("Saving file system configuration..."), - "when" : [ `installation, `update, `autoinst ], + "when" : [ `installation, `live_installation, `update, `autoinst ], ]; } else if (func == "Write") -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org