From 261d88e6d9e2c272bb7c0015f71c346d7755736b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 27 Mar 2011 22:40:01 +0200 Subject: [PATCH] modprobe.d/loop-part.conf: add max_loop=32 --- etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE b/etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE index fdfc145..49b71fc 100644 --- a/etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/modprobe.d/loop-part.conf/GRMLBASE @@ -3,12 +3,11 @@ # /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 # 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 -- 2.1.4