Author: aschnell
Date: Sat Jan 31 20:21:47 2009
New Revision: 55175
URL: http://svn.opensuse.org/viewcvs/yast?rev=55175&view=rev
Log:
- removed inst_do_resize call in SetSystemUpdate
Modified:
trunk/installation/src/include/inst_inc_first.ycp
Modified: trunk/installation/src/include/inst_inc_first.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/include/inst_in…
==============================================================================
--- trunk/installation/src/include/inst_inc_first.ycp (original)
+++ trunk/installation/src/include/inst_inc_first.ycp Sat Jan 31 20:21:47 2009
@@ -140,7 +140,6 @@
"disks_activate", // disks activated before running upgrade
"mode", // always doing update, is already preselected
"update_partition", // no mounting
- "do_resize", // why is this included in upgrade at all? it is empty anyway
"prepdisk", // disks already mounted, it is dummy in update anyway
], {
ProductControl::DisableModule (m);
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: ug
Date: Fri Jan 30 16:23:17 2009
New Revision: 55173
URL: http://svn.opensuse.org/viewcvs/yast?rev=55173&view=rev
Log:
some better explanation of the ask-dialog answer files
Removed:
trunk/autoinstallation/scripts/create_update_source.sh
Modified:
trunk/autoinstallation/doc/CreateProfileDetails.xml
trunk/autoinstallation/src/include/conftree.ycp
Modified: trunk/autoinstallation/doc/CreateProfileDetails.xml
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/CreateProfi…
==============================================================================
--- trunk/autoinstallation/doc/CreateProfileDetails.xml (original)
+++ trunk/autoinstallation/doc/CreateProfileDetails.xml Fri Jan 30 16:23:17 2009
@@ -3153,7 +3153,7 @@
</row>
<row>
<entry>file (available since SLES10 SP1 and SL 10.2)</entry>
- <entry>you can store the answer to a question in a file, to use it in one of your scripts later.
+ <entry>you can store the answer to a question in a file, to use it in one of your scripts later. If you ask during stage=inital and you want to use the answer in stage2, then you have to copy the answer-file in a chroot script that is running as chrooted=false. Do it like this "cp /tmp/my_answer /mnt/tmp/". The reason for that is, that /tmp in stage1 is just in the RAM disk and will get lost after the reboot but the installed system is already mounted at /mnt/
<para><screen><file>/tmp/answer_hostname</file></screen></para></entry>
<entry>this information is optional but you should at least provie <emphasis>path</emphasis> or <emphasis>file</emphasis></entry>
</row>
Modified: trunk/autoinstallation/src/include/conftree.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/con…
==============================================================================
--- trunk/autoinstallation/src/include/conftree.ycp (original)
+++ trunk/autoinstallation/src/include/conftree.ycp Fri Jan 30 16:23:17 2009
@@ -100,7 +100,7 @@
`HSpacing(1),
`VBox(
`PushButton( `id(`read), _("&Clone") ),
- `PushButton( `id(`writeNow), _("&Apply to system") )
+ `PushButton( `id(`writeNow), _("&Apply to System") )
),
`HStretch(),
`VBox(
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Fri Jan 30 16:20:09 2009
New Revision: 55171
URL: http://svn.opensuse.org/viewcvs/yast?rev=55171&view=rev
Log:
Created tag stable-2_18_0 for restore
Added:
tags/stable-2_18_0/restore/
- copied from r55170, trunk/restore/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Fri Jan 30 15:30:17 2009
New Revision: 55170
URL: http://svn.opensuse.org/viewcvs/yast?rev=55170&view=rev
Log:
Created tag branch-Code-11-2_17_1 for restore
Added:
tags/branch-Code-11-2_17_1/restore/
- copied from r55169, branches/SuSE-Code-11-Branch/restore/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Fri Jan 30 12:53:08 2009
New Revision: 55166
URL: http://svn.opensuse.org/viewcvs/yast?rev=55166&view=rev
Log:
Created tag branch-Code-11-2_17_1 for restore
Added:
tags/branch-Code-11-2_17_1/restore/
- copied from r55165, branches/SuSE-Code-11-Branch/restore/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org