Package: kudzu
Version: 1.1.67-1
Severity: wishlist
It would be really nice if /etc/updfstab.conf would allow to match only
USB devices in some way. For example like this:
device usb_stick {
bus usb
match hd
}
It might be possible to do something similar if you patch usb.c to
include "USB" in the description, which would make this work:
device usb_stick {
match hd USB
}
Regards,
Sven
PS: I attached a small patch for updfstab.8 which corrects a small typo.
Didn't want to open a new bug just for that.
-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-10-amd64-generic
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages kudzu depends on:
ii hwdata 0.148-1 hardware identification / configur
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libnewt0.51 0.51.6-23 Not Erik's Windowing Toolkit - tex
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii pciutils 1:2.1.11-15 Linux PCI Utilities
ii python 2.3.5-2 An interactive high-level object-o
-- no debconf information
--- kudzu-1.1.67.orig/updfstab.8
+++ kudzu-1.1.67/updfstab.8
@@ -37,7 +37,7 @@
.TP
\fB-t,-\-test\fR
-When this option is specified, \fBupdstab\fR does not update the
+When this option is specified, \fBupdfstab\fR does not update the
\fB/etc/fstab\fR file. Instead, it displays the fstab entries it would
use to standard out. If no changes need to be made, it outputs the
string \fI(nothing to do)\fR rather then a full filesystem table.