debian-cd-clone/tools/boot/potato/boot-arm

15 lines
362 B
Plaintext
Raw Normal View History

#!/bin/sh
# Nothing has to be done since the supported ARM computers are computers
# without CDROM and so they don't need to be able to boot from CD ...
#
# The CDs may only be useful to provide the packages via the network.
#
# This file must however exist so that debian-cd doesn't complain about
# lack of "bootable" support.
#
# -- Rapha<68>l Hertzog
exit 0