From cb123df3a8d5cda98196670a506f8eb43b178732 Mon Sep 17 00:00:00 2001 From: frisco <> Date: Sun, 28 Jun 2009 00:46:53 +0000 Subject: [PATCH] Removed udev rule that prevented mkfs from running on encrypted devices --- .../chroot_local-includes/etc/udev/rules.d/z99_local.rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/chroot_local-includes/etc/udev/rules.d/z99_local.rules b/config/chroot_local-includes/etc/udev/rules.d/z99_local.rules index e71d1f6..761156f 100644 --- a/config/chroot_local-includes/etc/udev/rules.d/z99_local.rules +++ b/config/chroot_local-includes/etc/udev/rules.d/z99_local.rules @@ -1,3 +1,3 @@ -# the cryptobox live-cd should not use any device mapper block devices as they -# are created by cryptsetup -> make it non-writeable for the cryptobox user -KERNEL=="dm-*", MODE="0600", OWNER="root", GROUP="root" +##This file is for any special udev rules required for the CryptoNAS +##Debian Live system. +