File: boot-arm

package info (click to toggle)
debian-cd 2.2.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,480 kB
  • ctags: 120
  • sloc: sh: 1,666; perl: 1,078; makefile: 832
file content (14 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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.
#
# -- Raphal Hertzog

exit 0