summaryrefslogtreecommitdiff
path: root/system/test-kernel/no-require-lilo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/test-kernel/no-require-lilo.patch')
-rw-r--r--system/test-kernel/no-require-lilo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/test-kernel/no-require-lilo.patch b/system/test-kernel/no-require-lilo.patch
deleted file mode 100644
index 6549b67c6..000000000
--- a/system/test-kernel/no-require-lilo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/arch/x86/boot/install.sh 2021-10-31 20:53:10.000000000 +0000
-+++ b/arch/x86/boot/install.sh 2022-01-06 19:35:31.180000000 +0000
-@@ -48,12 +48,3 @@
-
- cat $2 > $4/vmlinuz
- cp $3 $4/System.map
--
--if [ -x /sbin/lilo ]; then
-- /sbin/lilo
--elif [ -x /etc/lilo/install ]; then
-- /etc/lilo/install
--else
-- sync
-- echo "Cannot find LILO."
--fi