forked from pool/grub2
cc490a048e
Copy from devel:openSUSE:Factory/grub2 based on submit request 32673 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/32673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=1
14 lines
495 B
Diff
14 lines
495 B
Diff
Index: util/grub.d/10_linux.in
|
|
===================================================================
|
|
--- util/grub.d/10_linux.in.orig
|
|
+++ util/grub.d/10_linux.in
|
|
@@ -49,7 +49,7 @@ menuentry "$1" {
|
|
EOF
|
|
prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
|
|
cat << EOF
|
|
- linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro $2
|
|
+ linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} $2
|
|
EOF
|
|
if test -n "${initrd}" ; then
|
|
cat << EOF
|