]> git.zerfleddert.de Git - rsbs2/commitdiff
whitespace cleanup; URL to buster oracle jre
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 22 Feb 2020 19:28:00 +0000 (20:28 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 22 Feb 2020 19:28:00 +0000 (20:28 +0100)
README.txt
supermicro-kvm.pl

index 2e158b488a795722b612594ef2c8d59f07215fc7..771b0f78b50ebff4ce4274be1a4f3eea821b0c40 100644 (file)
@@ -14,6 +14,9 @@ Software:
  * http://download.ts.fujitsu.com/prim_supportcd/SVSSoftware/Software/Deployment/PRIMERGY%20Scripting/PRIMERGY%20Scripting%20Toolkit.msi
    (DOS utilities (spman.exe))
 
+Buster JRE:
+ * https://upload.glanzmann.de/oracle-java8-jre_8u241_amd64.deb
+
 How to flash:
  * Download the firmware from:
    http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0
index e24cb1926150106eaf07bca70a0118fdc1eea511..79e4f03752fd021898f9845ebf0c019ea2ca8637 100755 (executable)
@@ -27,14 +27,14 @@ sub read_inifile {
        my @sections = ();
        while(<INIFILE>) {
                chomp;
-       
+
                next if (m/^#/);
-       
+
                if (m/^\s*\[(.*)\]\s*$/) {
                        push @sections, $1;
                        next;
                }
-       
+
                if (@sections) {
                        if (m/^\s*([^=]+)\s*=\s*(.*)\s*$/) {
                                ${$Ini{$sections[$#sections]}}{$1} = $2;
Impressum, Datenschutz