Package: libdebian-installer
Version: 0.30
Severity: wishlist
Tags: patch

Hi,

please include /dev/loop/$n devices in the mapdevfs table. This would
be useful to have for the loop-AES support in partman-crypto that I'm
working on at the moment.

cheers,
Max
Index: libdebian-installer/src/system/devfs.c
===================================================================
--- libdebian-installer/src/system/devfs.c      (Revision 29486)
+++ libdebian-installer/src/system/devfs.c      (Arbeitskopie)
@@ -59,6 +59,7 @@
     { 3,       0,      "hd",           ENTRY_TYPE_DISC,        0,      6 },
     { 4,       64,     "ttyS",         ENTRY_TYPE_NUMBER,      0,      0 },
     { 4,       0,      "tty",          ENTRY_TYPE_NUMBER,      0,      0 },
+    { 7,       0,      "loop",         ENTRY_TYPE_NUMBER,      0,      0 },
     { 8,       0,      "sd",           ENTRY_TYPE_DISC,        0,      4 },
     { 9,       0,      "md",           ENTRY_TYPE_NUMBER,      0,      0 },
     { 11,      0,      "scd",          ENTRY_TYPE_NUMBER,      0,      0 },

Reply via email to