forked from pool/grub2
Accepting request 51344 from devel:openSUSE:Factory
Accepted submit request 51344 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/51344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=8
This commit is contained in:
parent
ece0f2f3d9
commit
7adcb8ab60
@ -7,7 +7,7 @@ GRUB_HIDDEN_TIMEOUT=0
|
|||||||
GRUB_HIDDEN_TIMEOUT_QUIET=true
|
GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||||
GRUB_TIMEOUT=10
|
GRUB_TIMEOUT=10
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash=silent"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash=silent"
|
||||||
GRUB_CMDLINE_LINUX="
|
GRUB_CMDLINE_LINUX=""
|
||||||
|
|
||||||
# Uncomment to enable BadRAM filtering, modify to suit your needs
|
# Uncomment to enable BadRAM filtering, modify to suit your needs
|
||||||
# This works with Linux (no patch required) and with any kernel that obtains
|
# This works with Linux (no patch required) and with any kernel that obtains
|
||||||
|
@ -20,7 +20,7 @@ Index: util/grub.d/10_linux.in
|
|||||||
EOF
|
EOF
|
||||||
if test -n "${initrd}" ; then
|
if test -n "${initrd}" ; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@@ -97,9 +97,20 @@ EOF
|
@@ -97,9 +97,21 @@ EOF
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -39,7 +39,8 @@ Index: util/grub.d/10_linux.in
|
|||||||
+ echo -n "$i "
|
+ echo -n "$i "
|
||||||
+ ;;
|
+ ;;
|
||||||
+ esac
|
+ esac
|
||||||
+ done`
|
+ fi
|
||||||
|
+ done`
|
||||||
prepare_boot_cache=
|
prepare_boot_cache=
|
||||||
|
|
||||||
while [ "x$list" != "x" ] ; do
|
while [ "x$list" != "x" ] ; do
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 25 12:39:11 UTC 2010 - jslaby@suse.de
|
||||||
|
|
||||||
|
- add missing " in the default file; add "fi" to grub2-linux.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 11 22:29:27 CEST 2010 - jslaby@suse.de
|
Mon Oct 11 22:29:27 CEST 2010 - jslaby@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user