[yast-commit] r57358 - in /trunk/iscsi-client: VERSION package/yast2-iscsi-client.changes src/helps.ycp

Author: mzugec Date: Fri May 29 11:47:07 2009 New Revision: 57358 URL: http://svn.opensuse.org/viewcvs/yast?rev=57358&view=rev Log: startup options documented in helptext (bnc#507004) Modified: trunk/iscsi-client/VERSION trunk/iscsi-client/package/yast2-iscsi-client.changes trunk/iscsi-client/src/helps.ycp Modified: trunk/iscsi-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/VERSION?rev=57358&r1... ============================================================================== --- trunk/iscsi-client/VERSION (original) +++ trunk/iscsi-client/VERSION Fri May 29 11:47:07 2009 @@ -1 +1 @@ -2.18.7 +2.18.8 Modified: trunk/iscsi-client/package/yast2-iscsi-client.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/package/yast2-iscsi-... ============================================================================== --- trunk/iscsi-client/package/yast2-iscsi-client.changes (original) +++ trunk/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 11:47:07 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri May 29 11:43:21 CEST 2009 - mzugec@suse.cz + +- startup options documented in helptext (bnc#507004) +- 2.18.8 + +------------------------------------------------------------------- Tue Apr 21 09:23:21 CEST 2009 - mzugec@suse.cz - changed dialogs workflow to allow to edit authentication for Modified: trunk/iscsi-client/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/src/helps.ycp?rev=57... ============================================================================== --- trunk/iscsi-client/src/helps.ycp (original) +++ trunk/iscsi-client/src/helps.ycp Fri May 29 11:47:07 2009 @@ -102,12 +102,17 @@ + _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "), // authentification dialog for add/discovery target - "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."), + "conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>.") + + _("<h1>Startup</h1>") + _("<p><b>manual</b> is for iSCSI targets to not be connected by default, user needs to do it manually</p> +<p><b>onboot</b> is for iSCSI targets to be connected during boot, ie when root is on +iSCSI. As such it will be evaluated from the initrd.</p> +<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service itself +starts up.</p>"), // list of discovered targets "discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."), - "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to + "ibft_table" : _("<h1>iBTF</h1>") + ("The <p>iSCSI Boot Firmware Table</p> is a table created by the iSCSI boot firmware in order to pass parameters about the iSCSI boot device to the loaded OS.") ]; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org