blob: b574c29f220b23ba3ab76976ea9bfb695d26eeec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|