diff options
-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 |