forked from pool/grub2
Accepting request 32673 from devel:openSUSE:Factory
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
This commit is contained in:
13
grub2-linux.patch
Normal file
13
grub2-linux.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user