mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-27 07:48:08 -07:00
16 lines
299 B
Diff
16 lines
299 B
Diff
https://bugs.gentoo.org/299665
|
|
|
|
patch by Dennis Schridde <devurandom@gmx.net>
|
|
|
|
--- a/debian/elilo.sh
|
|
+++ b/debian/elilo.sh
|
|
@@ -321,6 +321,8 @@
|
|
|
|
mnt()
|
|
{
|
|
+ local loop
|
|
+
|
|
## we can even create bootstrap filesystem images directly if you
|
|
## ever wanted too.
|
|
if [ -f "$boot" ] ; then
|