Fix a bunch of typos
[grml-live.git] / etc / grml / fai / config / files / usr / share / initramfs-tools / scripts / init-top / grml / GRMLBASE
index 62e549e..ce17ae1 100755 (executable)
@@ -14,7 +14,7 @@
 
 # prereq header {{{
 # without this header booting will fail with:
-# "PANIC: Circular dependancy.  Exiting."
+# "PANIC: Circular dependency.  Exiting."
 PREREQ=""
 prereqs()
 {
@@ -90,7 +90,7 @@ else
   GREEN="\e[1;32m"
   # YELLOW: Descriptions
   YELLOW="\e[1;33m"
-  # BLUE: System mesages
+  # BLUE: System messages
   BLUE="\e[1;34m"
   # MAGENTA: Found devices or drivers
   MAGENTA="\e[1;35m"
@@ -140,11 +140,11 @@ ${WHITE}based on grml.org.
 ${NORMAL}"
 else
 SPLASH="
-${RED}   ____ ____  __  __ _
-${RED}  / ___|  _ \|  \/  | |
-${RED} | |  _| |_) | |\/| | |
-${RED} | |_| |  _ <| |  | | |___
-${RED}  \____|_| \_\_|  |_|_____|
+${YELLOW}   ____              _
+${YELLOW}  / ___| _ __ _____ | |
+${YELLOW} | |  _ | / /|     || |
+${YELLOW} | |_| ||  / | | | || |
+${YELLOW}  \____||_|  |_|_|_||_|
 
 ${WHITE}Grml Live Linux - http://grml.org/${NORMAL}"
 fi
@@ -174,6 +174,11 @@ fi
 
 if grep -q 'boot=live' /proc/cmdline 2>/dev/null ; then
    log_grml_begin_msg "Finished early booting sequence." ; echo "$SUCCESS"
+   #(256-16)*1024=245760
+   if [ "$(awk '/MemTotal/{print $2}' /proc/meminfo)" -lt 245760 ] ; then
+     log_grml_failure_msg "Warning: less than 256MB RAM, boot may fail"
+     echo
+   fi
    log_grml_begin_msg "Searching for GRML file, this might take a few seconds..."
    echo
 fi