summarylogtreecommitdiffstats
path: root/hptwebgui.install
diff options
context:
space:
mode:
Diffstat (limited to 'hptwebgui.install')
-rw-r--r--hptwebgui.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/hptwebgui.install b/hptwebgui.install
new file mode 100644
index 000000000000..0a7ea9d7a02b
--- /dev/null
+++ b/hptwebgui.install
@@ -0,0 +1,9 @@
+post_install() {
+ touch /etc/hptcfg
+ echo "hptiop" > /etc/hptcfg
+ echo "Make sure to enter the correct driver in /etc/hptcfg"
+ echo "Start the WebGUI daemon with 'systemctl start hptwebgui'"
+ echo "The WebGUI is available at: http://localhost:7402"
+ echo " Default username: RAID"
+ echo " Default password: hpt"
+}