From 2e1fede4d545435395af8c98e44163956d9572fb Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 22 Sep 2005 04:03:24 +0000 Subject: Add update-only mode to extlinux; use it --- syslinux.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'syslinux.spec.in') diff --git a/syslinux.spec.in b/syslinux.spec.in index ec060905..05bd31e5 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -89,11 +89,14 @@ rm -rf %{buildroot} %post # If we have a /boot/extlinux.conf file, assume extlinux is our bootloader # and update it. -if [ -f /boot/extlinux.conf ]; then extlinux /boot; fi +if [ -f /boot/extlinux.conf ]; then extlinux --update /boot; fi %postun %changelog +* Wed Sep 21 2005 H. Peter Anvin +- If /boot/extlinux.conf exist, run extlinux --update. + * Fri Sep 9 2005 H. Peter Anvin - Copy, don't link, *.c32 into /boot; rpm doesn't like breaking links. -- cgit v1.2.3