From: Roland Hieber <r...@pengutronix.de>

This was added in commit 0539cb3b0bd27832d479 ("[image_iso] add option
to create a bootable ISO image") but everything that referenced it has
been removed since.

Fixes: 56ff221ebe27182c4720 ("platforms: remove old ISO image rule")
Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 config/image_iso/isolinux.cfg | 15 ---------------
 config/image_iso/message.txt  |  7 -------
 2 files changed, 22 deletions(-)
 delete mode 100644 config/image_iso/isolinux.cfg
 delete mode 100644 config/image_iso/message.txt

diff --git a/config/image_iso/isolinux.cfg b/config/image_iso/isolinux.cfg
deleted file mode 100644
index b21a36f8d811..000000000000
--- a/config/image_iso/isolinux.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-# display contents of message.txt
-display message.txt
-
-# show boot prompt
-prompt 1
-
-# set timeout
-timeout 30
-
-# boot default after timeout
-default linux
-
-label linux
-       kernel kernel
-       append initrd=initrd.gz rdinit=/sbin/init root=/dev/ram0
diff --git a/config/image_iso/message.txt b/config/image_iso/message.txt
deleted file mode 100644
index 2e572a83dad3..000000000000
--- a/config/image_iso/message.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-       _  welcome  _ _ to  _
- _ __ | |___  ____| (_)___| |_
-| '_ \| __\ \/ / _` | / __| __|
-| |_) | |_ >  < (_| | \__ \ |_
-| .__/ \__/_/\_\__,_|_|___/\__|
-|_|    boot cd
-
-- 
2.24.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to