summaryrefslogtreecommitdiff
path: root/system/easy-kernel/no-require-lilo.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-03-13 18:37:36 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:54 -0500
commit5ee14d3ae6662498723b1daf6f00f1a71521740f (patch)
tree9898987815da56f4f2b79c6e85ceb384c24ebb15 /system/easy-kernel/no-require-lilo.patch
parent59e83832ec569bcc4b2dd0b39d5553aa5210cb81 (diff)
downloadpackages-5ee14d3ae6662498723b1daf6f00f1a71521740f.tar.gz
packages-5ee14d3ae6662498723b1daf6f00f1a71521740f.tar.bz2
packages-5ee14d3ae6662498723b1daf6f00f1a71521740f.tar.xz
packages-5ee14d3ae6662498723b1daf6f00f1a71521740f.zip
system/easy-kernel: Replace with 5.15 test-kernel
Diffstat (limited to 'system/easy-kernel/no-require-lilo.patch')
-rw-r--r--system/easy-kernel/no-require-lilo.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/easy-kernel/no-require-lilo.patch b/system/easy-kernel/no-require-lilo.patch
new file mode 100644
index 000000000..6549b67c6
--- /dev/null
+++ b/system/easy-kernel/no-require-lilo.patch
@@ -0,0 +1,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
+@@ -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