mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Needed so debian-cd doesn't complain about lack of "bootable" support for arm , when building Arm CDs
This commit is contained in:
parent
28c81a492d
commit
8e74971e66
14
tools/boot/sarge/boot-arm
Executable file
14
tools/boot/sarge/boot-arm
Executable file
@ -0,0 +1,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.
|
||||
#
|
||||
# -- Raphaël Hertzog
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user