Votre Nom 1 year ago
parent
commit
f1335aa3c8
1 changed files with 4 additions and 2 deletions
  1. 4 2
      other_arch/alma.sh

+ 4 - 2
other_arch/alma.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=2.1
+Version=2.2
 
 #if (( $EUID != 0 )); then
 #   echo -e "$(tput setaf 11)This must be run as root. Try 'sudo $0'.$(tput sgr0)"
@@ -183,6 +183,7 @@ then
 cp /etc/fstab /tmp/fstab
 cat <<'EOF'>> /tmp/fstab
 tmpfs /ramdisk tmpfs defaults,size=110G 0 0
+#/dev/farmer/raid /raid xfs nofail,defaults,noatime,nodiratime    0    0
 EOF
 sudo cp /tmp/fstab /etc/fstab
 fi
@@ -233,8 +234,9 @@ miner_
 config_
 webmin_
 
-clear
+echo -e "\n\n"
 echo -e "\n\n$(tput setaf 10)VNC password:$(tput sgr0)"
 vncpasswd
 
 echo -e "\nProcess finished !! \nhappy plotting."
+echo -e "\n Pour les perfs maximales : kernel + lvm2 depuis les sources ..."