From ac2c13bf199df9673b3ced0ebd32e6fdff634a03 Mon Sep 17 00:00:00 2001 From: dufourj Date: Tue, 7 Feb 2006 16:48:34 +0000 Subject: PC104 - initrd : * update : - nettoyage pour éviter les fichiers inutiles ; - meilleur gestion de la dépendances des libs ; - diminution du niveau de compression ; - utilisation de /dev/shm pour gagner du temps ; - corrections de bugs diverses. * create : - lien symbolique pour /lib pour pouvoir éxécuter des binaires. --- i/pc104/initrd/conf/rcS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i/pc104/initrd/conf') diff --git a/i/pc104/initrd/conf/rcS b/i/pc104/initrd/conf/rcS index 0c1012c..af46880 100755 --- a/i/pc104/initrd/conf/rcS +++ b/i/pc104/initrd/conf/rcS @@ -16,7 +16,8 @@ mount /proc # Launch the program ! Go Go Go ! # For the library -export LD_LIBRARY_PATH="./lib/;/robot/lib/" +export LD_LIBRARY_PATH="./lib/:/robot/lib/:/lib" +export PATH="/robot/:$PATH" # Go to the directory where everything is cd /robot/ # According to some scripts I have seen, it is quicker because it removes a -- cgit v1.2.3