diff options
author | Zach van Rijn <me@zv.io> | 2022-01-06 19:29:54 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:54 -0500 |
commit | 6108a4f026838e289ab7bb990ee8311d3092e09b (patch) | |
tree | 61d1670c206c0f1c17013926e4f3012226c0adfd /system/test-kernel/no-require-lilo.patch | |
parent | ff32e1e943d15a805615ccdd84ec40e4b540daff (diff) | |
download | packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.gz packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.bz2 packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.xz packages-6108a4f026838e289ab7bb990ee8311d3092e09b.zip |
system/test-kernel [WIP 5.15]: new package. fixes #429, #430.
Diffstat (limited to 'system/test-kernel/no-require-lilo.patch')
-rw-r--r-- | system/test-kernel/no-require-lilo.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/test-kernel/no-require-lilo.patch b/system/test-kernel/no-require-lilo.patch new file mode 100644 index 000000000..6549b67c6 --- /dev/null +++ b/system/test-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 |