kadischi/post_install_scripts 01prelink.sh,1.2,1.3

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed May 17 19:10:24 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/post_install_scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9869/kadischi/post_install_scripts

Modified Files:
	01prelink.sh 
Log Message:
FC4-compatibility and optional bootsplash modification


Index: 01prelink.sh
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/01prelink.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 01prelink.sh	30 Mar 2006 05:46:06 -0000	1.2
+++ 01prelink.sh	17 May 2006 19:10:22 -0000	1.3
@@ -8,9 +8,9 @@
 
 if [ -f $CHROOTDIR/etc/prelink.conf ]; then
    echo "Prelinking.. "
-   chroot $CHROOTDIR /bin/mount -t proc /proc /proc || exit 1
+   chroot $CHROOTDIR /bin/mount -t proc /proc /proc || sleep 1
    chroot $CHROOTDIR /usr/sbin/prelink --all >/dev/null 2>&1
-   chroot $CHROOTDIR /bin/umount /proc || exit 1
+   chroot $CHROOTDIR /bin/umount /proc || sleep 1
    exit 0
 else
    echo "No prelink.conf found.. won't prelink."




More information about the fedora-extras-commits mailing list