--- smage/trunk/core/grub/alx/files/10_alx 2013/03/15 09:19:34 4513 +++ smage/trunk/core/grub/alx/files/10_alx 2013/03/15 09:44:15 4514 @@ -29,11 +29,11 @@ CLASS="--class gnu-linux --class gnu --class os" if [ "x${GRUB_CMDLINE_ALX_HWDETECT}" = "x" ]; then - GRUB_CMDLINE_ALX_HWDETECT="splash=verbose,theme=default hardware-auto-detection" + GRUB_CMDLINE_ALX_HWDETECT="hardware-auto-detection rd.plymouth=0" fi if [ "x${GRUB_CMDLINE_ALX_RESET}" = "x" ]; then - GRUB_CMDLINE_ALX_RESET="splash=verbose,theme=default alx-reset-settings" + GRUB_CMDLINE_ALX_RESET="alx-reset-settings rd.plymouth=0" fi if [ "x${GRUB_ALX_FB_FALLBACK}" = "x" ]; then @@ -101,7 +101,7 @@ # disable bootsplash for i845, which must have kms, but fbmode is not supported with kms if [ "x`echo ${hwinfo} | grep -i i845 2> /dev/null || true`" != x ] then - GRUB_CMDLINE_LINUX="splash=verbose,theme=default ${GRUB_CMDLINE_LINUX}" + GRUB_CMDLINE_LINUX="rd.plymouth=0 ${GRUB_CMDLINE_LINUX}" fi # disable KMS for Radeon RV250 @@ -180,7 +180,7 @@ message="$(gettext_printf "Loading Linux %s ..." ${version})" cat << EOF echo '$message' - linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args} + linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} rw ${args} EOF if test -n "${initrd}" ; then message="$(gettext_printf "Loading initial ramdisk ...")"