modprobe.d/loop-part.conf: add max_loop=32
authorMichael Prokop <mika@grml.org>
Sun, 27 Mar 2011 20:40:01 +0000 (22:40 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 27 Mar 2011 20:42:34 +0000 (22:42 +0200)
etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE

index fdfc145..49b71fc 100644 (file)
@@ -3,12 +3,11 @@
 # /etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE
 #
 # Filename:      /etc/modprobe.d/loop-part.conf
 # /etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE
 #
 # Filename:      /etc/modprobe.d/loop-part.conf
-# Purpose:       Enable partitions for loop devices per default
-#                in grml
+# Purpose:       Enable partitions for loop devices per default in Grml
 # Authors:       grml-team (grml.org),
 #                (c) Ulrich Dangel <mru@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
 ################################################################################
 
 # Authors:       grml-team (grml.org),
 #                (c) Ulrich Dangel <mru@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
 ################################################################################
 
-options loop max_part=15
+options loop max_part=15 max_loop=32