From: Thomas Lamprecht Date: Sun, 8 Nov 2020 17:53:51 +0000 (+0100) Subject: html: unify fail template X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1fdb7014dd934bd6b07691ca3e9db52c86e9bd0f;p=pve-installer.git html: unify fail template Signed-off-by: Thomas Lamprecht --- diff --git a/debian/pbs-installer.install b/debian/pbs-installer.install index 0e8adb5..28a1128 100644 --- a/debian/pbs-installer.install +++ b/debian/pbs-installer.install @@ -5,4 +5,3 @@ html-pbs/extract1-license.htm /var/lib/pve-installer/html html-pbs/extract2-rulesystem.htm /var/lib/pve-installer/html html-pbs/extract3-spam.htm /var/lib/pve-installer/html html-pbs/extract4-virus.htm /var/lib/pve-installer/html -html-pbs/fail.htm /var/lib/pve-installer/html diff --git a/debian/pmg-installer.install b/debian/pmg-installer.install index 972d8a5..c9ed2c7 100644 --- a/debian/pmg-installer.install +++ b/debian/pmg-installer.install @@ -5,4 +5,3 @@ html-pmg/extract1-license.htm /var/lib/pve-installer/html html-pmg/extract2-rulesystem.htm /var/lib/pve-installer/html html-pmg/extract3-spam.htm /var/lib/pve-installer/html html-pmg/extract4-virus.htm /var/lib/pve-installer/html -html-pmg/fail.htm /var/lib/pve-installer/html diff --git a/debian/pve-installer.install b/debian/pve-installer.install index 3d1d386..5163226 100644 --- a/debian/pve-installer.install +++ b/debian/pve-installer.install @@ -5,4 +5,3 @@ html-pve/extract1-license.htm /var/lib/pve-installer/html html-pve/extract2-rulesystem.htm /var/lib/pve-installer/html html-pve/extract3-spam.htm /var/lib/pve-installer/html html-pve/extract4-virus.htm /var/lib/pve-installer/html -html-pve/fail.htm /var/lib/pve-installer/html diff --git a/html-common/Makefile b/html-common/Makefile index 1485aa2..62789e8 100644 --- a/html-common/Makefile +++ b/html-common/Makefile @@ -13,6 +13,7 @@ install: install -D -m 644 nonics.htm ${DESTDIR}/var/lib/pve-installer/html/nonics.htm install -D -m 644 ack_template.htm ${DESTDIR}/var/lib/pve-installer/html/ack_template.htm install -D -m 644 success.htm ${DESTDIR}/var/lib/pve-installer/html/success.htm + install -D -m 644 fail.htm ${DESTDIR}/var/lib/pve-installer/html/fail.htm .phony: clean clean: diff --git a/html-common/fail.htm b/html-common/fail.htm new file mode 100644 index 0000000..50460bb --- /dev/null +++ b/html-common/fail.htm @@ -0,0 +1,33 @@ + + + + + + +
+ + + + + + +
 

+

+ Installation failed! +


+ __FULL_PRODUCT_NAME__ could not be installed. +


+ + + + + + +
 Press CTRL + ALT + F2 to see details

+

+
+

+
 
+
+ + diff --git a/html-pbs/fail.htm b/html-pbs/fail.htm deleted file mode 100644 index 37ee296..0000000 --- a/html-pbs/fail.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -
- - - - - - -
 

-

- Installation failed! -


- Proxmox Backup Server could not be installed. -


- - - - - - -
 Press CTRL + ALT + F2 to see details

-

-
-

-
 
-
- - diff --git a/html-pmg/fail.htm b/html-pmg/fail.htm deleted file mode 100644 index 60ea0b2..0000000 --- a/html-pmg/fail.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -
- - - - - - -
 

-

- Installation failed! -


- Proxmox Mail Gateway could not be installed. -


- - - - - - -
 Press CTRL + ALT + F2 to see details

-

-
-

-
 
-
- - diff --git a/html-pve/fail.htm b/html-pve/fail.htm deleted file mode 100644 index ad12ec9..0000000 --- a/html-pve/fail.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -
- - - - - - -
 

-

- Installation failed! -


- The Proxmox VE could not be installed. -


- - - - - - -
 Press CTRL + ALT + F2 to see details

-

-
-

-
 
-
- -