Fixes wrong loop module parameter syntax in warning. (Closes: #516902)
This commit is contained in:
@@ -2877,7 +2877,7 @@ sub testLoopbackModule
|
||||
"Loopback module not loaded and you're using loopback images\n"
|
||||
);
|
||||
logprint("Run the following to load the module:\n\n");
|
||||
logprint("modprobe loop loop_max=255\n\n");
|
||||
logprint("modprobe loop max_loop=255\n\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -9,6 +9,8 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
|
||||
- Mounts not only /proc but also /dev/pts automatically before running
|
||||
any customisation hooks (Closes: #588783)
|
||||
- Uses apt-config to parse Dom0's apt.conf. (Closes: #560011)
|
||||
- Fixes wrong loop module parameter syntax in warning. Thanks to
|
||||
Daniel Baumann for spotting this. (Closes: #516902)
|
||||
* Bump Standards-Version to 3.9.1 (no changes)
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Wed, 02 Jun 2010 18:10:34 +0200
|
||||
|
||||
Reference in New Issue
Block a user