40c47d7eed
Copy from devel:openSUSE:Factory/grub2 based on submit request 34740 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/34740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=2
14 lines
520 B
Diff
14 lines
520 B
Diff
Index: util/grub.d/10_linux.in
|
|
===================================================================
|
|
--- util/grub.d/10_linux.in.orig
|
|
+++ util/grub.d/10_linux.in
|
|
@@ -84,7 +84,7 @@ EOF
|
|
printf '%s\n' "${prepare_boot_cache}"
|
|
cat << EOF
|
|
echo $(printf "$(gettext "Loading Linux %s ...")" ${version})
|
|
- linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
|
|
+ linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ${args}
|
|
EOF
|
|
if test -n "${initrd}" ; then
|
|
cat << EOF
|