From: S.Çağlar Onur Date: Thu, 16 Dec 2010 06:39:22 +0000 (-0500) Subject: silence it X-Git-Tag: linux-2.6-32-3~2 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=6e1fdf4c80565da1574e79e6513a584ad693f536 silence it --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 5cc4a87b1..d2d8f0239 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -1556,14 +1556,14 @@ then\ fi\ %endif\ # make some useful links -pushd /boot\ +pushd /boot > /dev/null\ ln -sf config-%{KVERREL}%{?1:.%{1}} config\ ln -sf config-%{KVERREL}%{?1:.%{1}} configsmp\ ln -sf initrd-%{KVERREL}%{?1:.%{1}}.img initrd-boot\ ln -sf initrd-%{KVERREL}%{?1:.%{1}}.img initrd-bootsmp\ ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-boot\ ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-bootsmp\ -popd\ +popd > /dev/null\ # ask for a reboot mkdir -p /etc/planetlab\ touch /etc/planetlab/update-reboot\