1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00

[QI] make GTA03 boot-SD on Debian

6410-partition-sd.sh didn't handle Debian, which is just like Ubuntu 7.
(Tested on "lenny". YMMV.)

Signed-off-by: Werner Almesberger <werner@openmoko.org>
This commit is contained in:
Werner Almesberger 2009-02-25 15:09:43 +00:00 committed by Andy Green
parent b4ed735c58
commit 0363beaa02

View File

@ -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*)