summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--installkernel7
2 files changed, 3 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 76b6881..31a17f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- installkernel:
+ o drop support for kernel-BOOT (long dead)
+
Version 1.16 - 5 March 2013
- rebootin: add support for GRUB2
diff --git a/installkernel b/installkernel
index fbd91e0..cd2b399 100644
--- a/installkernel
+++ b/installkernel
@@ -103,13 +103,6 @@ fi
# don't use AUTOREMOVE anymore
[ "$AUTOREMOVE" = "no" ] && NOENTRY="yes"
-if [[ $version == *BOOT ]] && [ "$action" == "add-kernel" ];then
- cat <<EOF 1>&2
-********* WARNING **********
-You installed a BOOT kernel, and this is not intended for use on a normal system.
-EOF
-fi
-
[ -z "$DURING_INSTALL" ] || exit 0
[ "$action" = "remove-kernel" ] && do_load_loop_module