[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637340: partman-ext3: check for ext[23] /boot on Linkstation Mini too



Package: partman-ext3
Version: 65
Severity: wishlist
Tags: patch
X-Debbugs-CC: Martin Michlmayr <tbm@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")
 		;;

Reply to: