[QI] make GTA03 boot-SD on Debian
Werner Almesberger
werner at openmoko.org
Wed Feb 25 16:01:38 CET 2009
6410-partition-sd.sh didn't handle Debian, which is just like Ubuntu 7.
(Tested on "lenny". YMMV.)
Signed-off-by: Werner Almesberger <werner at openmoko.org>
---
diff --git a/6410-partition-sd.sh b/6410-partition-sd.sh
index 4f5502d..3615de5 100755
--- a/6410-partition-sd.sh
+++ b/6410-partition-sd.sh
@@ -55,7 +55,7 @@ fi
# default: use cat as a no-op
USE_SED='cat'
case "$(lsb_release --short --description)" in
- Ubuntu\ 7*)
+ Ubuntu\ 7*|Debian\ *)
CUT_COLUMN=5
;;
Ubuntu\ 8.04*)
More information about the openmoko-kernel
mailing list