diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-23 21:10:21 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-23 21:10:21 (EST) |
commit | 9a3654e20212bd9327a46405aea28cd6430b7b33 (patch) | |
tree | 0414d90f2ca00cf230842aaa28a3b86045641eb1 | |
parent | f6e930a45f77f6ab3fa3c082003c32436f2c1df1 (diff) |
kernel-postinst.sh: Use full path to install-lilo
-rw-r--r-- | kernel-postinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-postinst.sh b/kernel-postinst.sh index 77caeaa..2bf81a1 100644 --- a/kernel-postinst.sh +++ b/kernel-postinst.sh @@ -4,5 +4,5 @@ if ! [ -e /boot/vmlinuz.old ]; then ln /boot/vmlinuz /boot/vmlinuz.old fi -install-lilo +/sbin/install-lilo exit 0 |