From 8e74971e66727620ba01e91721ff87d4f89a4869 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Fri, 14 Mar 2003 21:52:28 +0000 Subject: [PATCH] Needed so debian-cd doesn't complain about lack of "bootable" support for arm , when building Arm CDs --- tools/boot/sarge/boot-arm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tools/boot/sarge/boot-arm diff --git a/tools/boot/sarge/boot-arm b/tools/boot/sarge/boot-arm new file mode 100755 index 00000000..c642652d --- /dev/null +++ b/tools/boot/sarge/boot-arm @@ -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 +