2009-04-13 Felix Zielcke <fzielcke@z-51.de>
* util/grub.d/10_freebsd.in: Add a missing `fi'.
This commit is contained in:
parent
cba416eb0d
commit
d8ba3667a2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
* util/grub.d/10_freebsd.in: Add a missing `fi'.
|
||||||
|
|
||||||
2009-04-13 Robert Millan <rmh@aybabtu.com>
|
2009-04-13 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* loader/i386/linux.c (grub_cmd_linux): Don't pass `vga=ask' parameter
|
* loader/i386/linux.c (grub_cmd_linux): Don't pass `vga=ask' parameter
|
||||||
|
|
|
@ -61,6 +61,7 @@ EOF
|
||||||
if [ x"$devices" != "x" ] ; then
|
if [ x"$devices" != "x" ] ; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
freebsd_loadenv ${devices_rel_dirname}/${devices_basename}
|
freebsd_loadenv ${devices_rel_dirname}/${devices_basename}
|
||||||
|
fi
|
||||||
EOF
|
EOF
|
||||||
cat << EOF
|
cat << EOF
|
||||||
set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
|
set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
|
||||||
|
|
Loading…
Reference in a new issue