projects
/
platform
/
upstream
/
gummiboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc602ab
)
add "default $vendor-*" to /loader/loader.conf
author
Kay Sievers
<kay@vrfy.org>
Fri, 13 Jul 2012 14:28:56 +0000
(16:28 +0200)
committer
Kay Sievers
<kay@vrfy.org>
Fri, 13 Jul 2012 14:28:56 +0000
(16:28 +0200)
gummiboot-postinst.sh
patch
|
blob
|
history
diff --git
a/gummiboot-postinst.sh
b/gummiboot-postinst.sh
index
7665824
..
67b67e1
100755
(executable)
--- a/
gummiboot-postinst.sh
+++ b/
gummiboot-postinst.sh
@@
-110,7
+110,7
@@
cp --preserve "$KERNEL_IMAGE" "${EFI_DIR}/${ID}/${MACHINE_ID}/"
if ! [[ -f ${EFI_DIR}/loader/loader.conf ]]; then
{
- echo "default
*$ID*
"
+ echo "default
$ID-
"
} > "${EFI_DIR}/loader/loader.conf"
fi