projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ec359
)
/etc/defaults/grub -> /etc/default/grub
author
Sebastian Pipping
<sebastian@pipping.org>
Sun, 8 Apr 2012 22:07:35 +0000
(
00:07
+0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Sun, 8 Apr 2012 22:07:35 +0000
(
00:07
+0200)
gen_bootloader.sh
patch
|
blob
|
history
diff --git
a/gen_bootloader.sh
b/gen_bootloader.sh
index ad846cf4fe51b5deefa71d75fd793145af7c0b76..5c05e6463007544ca4ed848fd723b90bc493f75d 100755
(executable)
--- a/
gen_bootloader.sh
+++ b/
gen_bootloader.sh
@@
-48,7
+48,7
@@
set_bootloader_grub2() {
return 0
fi
- print_info 1 "You can customize Grub2 parameters in /etc/default
s
/grub."
+ print_info 1 "You can customize Grub2 parameters in /etc/default/grub."
print_info 1 "Running grub2-mkconfig to create ${GRUB_CONF}..."
grub2-mkconfig -o "${GRUB_CONF}"
}