Package: partman-ext3 Version: 65 Severity: wishlist Tags: patch X-Debbugs-CC: Martin Michlmayr <t...@cyrius.com>
Hi, Attached is a patch to add a check for the Buffalo Linkstation Mini as it's being supported by d-i. Linkstation LiveV3 might also be included one day, but I can't test this as I don't have the hardware. Regards, benjamin
diff --git a/check.d/ext2_or_ext3_boot b/check.d/ext2_or_ext3_boot index cde0de0..e32d795 100755 --- a/check.d/ext2_or_ext3_boot +++ b/check.d/ext2_or_ext3_boot @@ -8,7 +8,8 @@ case $ARCH in arm*) machine=$(grep "^Hardware" /proc/cpuinfo | sed 's/Hardware\s*:\s*//') || true case "$machine" in - "Buffalo Linkstation Pro/Live" | "Buffalo/Revogear Kurobox Pro") + "Buffalo Linkstation Pro/Live" | "Buffalo/Revogear Kurobox Pro" \ + | "Buffalo Linkstation Mini") ;; "GLAN Tank") ;;