12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
|
#!/bin/sh
|
|||
|
|
|||
|
# Mipsel doesn't have bootable CD support yet.
|
|||
|
#
|
|||
|
# This file must however exist so that debian-cd doesn't complain about
|
|||
|
# lack of "bootable" support.
|
|||
|
#
|
|||
|
# -- Rapha<68>l Hertzog
|
|||
|
|
|||
|
exit 0
|
|||
|
|