summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-01-03 12:51:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-12 13:56:52 +0100
commit4d14ea9509386a15599082f26adefa3ebfed9782 (patch)
tree20cd8d337afc1cf7c65d70c7e83b2bc541a00fd0
parenteebfcb0128c3f0999d2a3d0e0f18c55c259b6f90 (diff)
downloadptxdist-4d14ea9509386a15599082f26adefa3ebfed9782.tar.gz
ptxdist-4d14ea9509386a15599082f26adefa3ebfed9782.tar.xz
platforms: remove leftovers of old ISO image rule
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 <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--config/image_iso/isolinux.cfg15
-rw-r--r--config/image_iso/message.txt7
2 files changed, 0 insertions, 22 deletions
diff --git a/config/image_iso/isolinux.cfg b/config/image_iso/isolinux.cfg
deleted file mode 100644
index b21a36f8d..000000000
--- 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 2e572a83d..000000000
--- a/config/image_iso/message.txt
+++ /dev/null
@@ -1,7 +0,0 @@
- _ welcome _ _ to _
- _ __ | |___ ____| (_)___| |_
-| '_ \| __\ \/ / _` | / __| __|
-| |_) | |_ > < (_| | \__ \ |_
-| .__/ \__/_/\_\__,_|_|___/\__|
-|_| boot cd
-