1
0
mirror of synced 2026-02-18 04:53:47 +00:00

Fixes wrong loop module parameter syntax in warning. (Closes: #516902)

This commit is contained in:
Axel Beckert
2010-08-03 16:45:58 +02:00
parent ad3b08fdff
commit 1ee85ef493
2 changed files with 3 additions and 1 deletions

View File

@@ -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
View File

@@ -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