Discussion:
[pve-devel] [PATCH installer] change last button to 'Install'
Oguz Bektas
2018-11-28 11:28:51 UTC
Permalink
Signed-off-by: Oguz Bektas <***@proxmox.com>
---
proxinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxinstall b/proxinstall
index 2f665dc..b3baa3d 100755
--- a/proxinstall
+++ b/proxinstall
@@ -1991,7 +1991,7 @@ sub create_ipconf_view {
$vbox2->pack_start ($dnsbox, 0, 0, 0);

$inbox->show_all;
- set_next (undef, sub {
+ set_next ('_Install', sub {

# verify hostname
--
2.11.0
Oguz Bektas
2018-11-28 11:44:06 UTC
Permalink
Signed-off-by: Oguz Bektas <***@proxmox.com>
---
html-common/ipconf.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html-common/ipconf.htm b/html-common/ipconf.htm
index aabdd65..3641101 100644
--- a/html-common/ipconf.htm
+++ b/html-common/ipconf.htm
@@ -19,7 +19,7 @@
the displayed network configuration. You will need a valid network
configuration to access the management interface after installation.
<br><br>
- Afterwards press the Next button to continue installation. The
+ Afterwards press the Install button to continue installation. The
installer will then partition your hard disk and start copying packages.
</td></tr>
</tbody></table>
--
2.11.0
Thomas Lamprecht
2018-11-28 12:08:19 UTC
Permalink
Post by Oguz Bektas
---
html-common/ipconf.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html-common/ipconf.htm b/html-common/ipconf.htm
index aabdd65..3641101 100644
--- a/html-common/ipconf.htm
+++ b/html-common/ipconf.htm
@@ -19,7 +19,7 @@
the displayed network configuration. You will need a valid network
configuration to access the management interface after installation.
<br><br>
- Afterwards press the Next button to continue installation. The
+ Afterwards press the Install button to continue installation. The
Maybe write something like:
"... press the Install button to start the installation."

what do you think?
Post by Oguz Bektas
installer will then partition your hard disk and start copying packages.
</td></tr>
</tbody></table>
Thomas Lamprecht
2018-11-28 12:26:32 UTC
Permalink
Post by Oguz Bektas
---
proxinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxinstall b/proxinstall
index 2f665dc..b3baa3d 100755
--- a/proxinstall
+++ b/proxinstall
@@ -1991,7 +1991,7 @@ sub create_ipconf_view {
$vbox2->pack_start ($dnsbox, 0, 0, 0);
$inbox->show_all;
- set_next (undef, sub {
+ set_next ('_Install', sub {
# verify hostname
applied, thanks!

Loading...