summaryrefslogtreecommitdiff
path: root/system/easy-kernel/no-require-lilo.patch
blob: ec380b045ca6b88a470b28c87d9fb1d7ed3e3a45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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
@@ -26,12 +26,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