diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-05 17:11:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-05 17:11:02 +0000 |
commit | 9c7c9fa43a626a1d0cc494fbca88a089310be9fa (patch) | |
tree | d6e481635ee58157fe6bc7cf61bcd903fba90c2e /installkernel | |
parent | db5e24d90bc7844e7a87cf4facd58a6dc92599ad (diff) | |
download | bootloader-utils-9c7c9fa43a626a1d0cc494fbca88a089310be9fa.tar bootloader-utils-9c7c9fa43a626a1d0cc494fbca88a089310be9fa.tar.gz bootloader-utils-9c7c9fa43a626a1d0cc494fbca88a089310be9fa.tar.bz2 bootloader-utils-9c7c9fa43a626a1d0cc494fbca88a089310be9fa.tar.xz bootloader-utils-9c7c9fa43a626a1d0cc494fbca88a089310be9fa.zip |
drop support for kernel-BOOT (long dead)
Diffstat (limited to 'installkernel')
-rw-r--r-- | installkernel | 7 |
1 files changed, 0 insertions, 7 deletions
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 |