* [ptxdist] [PATCH] platforms: remove leftovers of old ISO image rule
@ 2020-01-03 11:51 Roland Hieber
0 siblings, 0 replies; only message in thread
From: Roland Hieber @ 2020-01-03 11:51 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
From: Roland Hieber <rhi@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 <rhi@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-03 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 11:51 [ptxdist] [PATCH] platforms: remove leftovers of old ISO image rule Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox