mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 14:14:38 +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:
parent
b4ed735c58
commit
0363beaa02
@ -55,7 +55,7 @@ fi
|
|||||||
# default: use cat as a no-op
|
# default: use cat as a no-op
|
||||||
USE_SED='cat'
|
USE_SED='cat'
|
||||||
case "$(lsb_release --short --description)" in
|
case "$(lsb_release --short --description)" in
|
||||||
Ubuntu\ 7*)
|
Ubuntu\ 7*|Debian\ *)
|
||||||
CUT_COLUMN=5
|
CUT_COLUMN=5
|
||||||
;;
|
;;
|
||||||
Ubuntu\ 8.04*)
|
Ubuntu\ 8.04*)
|
||||||
|
Loading…
Reference in New Issue
Block a user