Accepting request 126465 from devel:openSUSE:Factory

update to 2.00 final

OBS-URL: https://build.opensuse.org/request/show/126465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=37
This commit is contained in:
Stephan Kulow
2012-06-29 04:59:42 +00:00
committed by Git OBS Bridge
parent fa1a8de3ed
commit 248261f8d1
19 changed files with 429 additions and 714 deletions

View File

@@ -13,10 +13,10 @@ Index: grub-1.99/util/grub.d/10_linux.in
@@ -116,7 +116,7 @@ EOF
message="$(gettext_printf "Loading Linux %s ..." ${version})"
cat << EOF
sed "s/^/$submenu_indentation/" << EOF
echo '$message'
- 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
message="$(gettext_printf "Loading initial ramdisk ...")"
# TRANSLATORS: ramdisk isn't identifier. Should be translated.