Magellan Linux

Diff of /smage/trunk/core/grub/alx/files/10_alx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4513 by niro, Fri Jul 27 19:10:52 2012 UTC revision 4514 by niro, Fri Mar 15 09:44:15 2013 UTC
# Line 29  export TEXTDOMAINDIR=${prefix}/share/loc Line 29  export TEXTDOMAINDIR=${prefix}/share/loc
29  CLASS="--class gnu-linux --class gnu --class os"  CLASS="--class gnu-linux --class gnu --class os"
30    
31  if [ "x${GRUB_CMDLINE_ALX_HWDETECT}" = "x" ]; then  if [ "x${GRUB_CMDLINE_ALX_HWDETECT}" = "x" ]; then
32   GRUB_CMDLINE_ALX_HWDETECT="splash=verbose,theme=default hardware-auto-detection"   GRUB_CMDLINE_ALX_HWDETECT="hardware-auto-detection rd.plymouth=0"
33  fi  fi
34    
35  if [ "x${GRUB_CMDLINE_ALX_RESET}" = "x" ]; then  if [ "x${GRUB_CMDLINE_ALX_RESET}" = "x" ]; then
36    GRUB_CMDLINE_ALX_RESET="splash=verbose,theme=default alx-reset-settings"    GRUB_CMDLINE_ALX_RESET="alx-reset-settings rd.plymouth=0"
37  fi  fi
38    
39  if [ "x${GRUB_ALX_FB_FALLBACK}" = "x" ]; then  if [ "x${GRUB_ALX_FB_FALLBACK}" = "x" ]; then
# Line 101  then Line 101  then
101   # disable bootsplash for i845, which must have kms, but fbmode is not supported with kms   # disable bootsplash for i845, which must have kms, but fbmode is not supported with kms
102   if [ "x`echo ${hwinfo} | grep -i i845 2> /dev/null || true`" != x ]   if [ "x`echo ${hwinfo} | grep -i i845 2> /dev/null || true`" != x ]
103   then   then
104   GRUB_CMDLINE_LINUX="splash=verbose,theme=default ${GRUB_CMDLINE_LINUX}"   GRUB_CMDLINE_LINUX="rd.plymouth=0 ${GRUB_CMDLINE_LINUX}"
105   fi   fi
106    
107   # disable KMS for Radeon RV250   # disable KMS for Radeon RV250
# Line 180  EOF Line 180  EOF
180    message="$(gettext_printf "Loading Linux %s ..." ${version})"    message="$(gettext_printf "Loading Linux %s ..." ${version})"
181    cat << EOF    cat << EOF
182   echo '$message'   echo '$message'
183   linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}   linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} rw ${args}
184  EOF  EOF
185    if test -n "${initrd}" ; then    if test -n "${initrd}" ; then
186      message="$(gettext_printf "Loading initial ramdisk ...")"      message="$(gettext_printf "Loading initial ramdisk ...")"

Legend:
Removed from v.4513  
changed lines
  Added in v.4514