summaryrefslogtreecommitdiff
path: root/debootstrap
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-11 15:46:43 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-11 15:46:43 +0000
commit385ab69fd6ff553498173c59bdc88cea296169f5 (patch)
treed371aab5ccd0443d57c898959c6ccfc90f8e50af /debootstrap
parentbc64c5865b94ce29f1ae583fe5a2207fd0b90f50 (diff)
parentec1a5515f0d0bdaa9535ee4eccc2eb2ea16e741a (diff)
downloaddebootstrap-385ab69fd6ff553498173c59bdc88cea296169f5.tar.gz
Merge git://git.debian.org/d-i/debootstrap
Conflicts: debian/changelog
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index 6af3689..87f074f 100755
--- a/debootstrap
+++ b/debootstrap
@@ -436,7 +436,7 @@ if [ -z "$ARCH" ] || [ -z "$HOST_OS" ]; then
fi
if [ "$HOST_OS" = "kfreebsd" ] || [ "$HOST_OS" = "freebsd" ]; then
- for module in "linprocfs fdescfs tmpfs linsysfs"; do
+ for module in linprocfs fdescfs tmpfs linsysfs; do
kldstat -m "$module" > /dev/null 2>&1 || warning SANITYCHECK "Probably required module %s is not loaded" "$module"
done
fi