Thread: iLiad I survived 2.7.1
View Single Post
Old 10-25-2006, 10:10 AM   #1
design256
Connoisseur
design256 doesn't litterdesign256 doesn't litter
 
Posts: 78
Karma: 103
Join Date: Aug 2006
Location: Ipswich, UK
Device: Irex Iliad
I survived 2.7.1

I entered the following in the file /etc/rc5.d/S99z
then chmod to 755.

Code:
#!/bin/sh

if test -f /mnt/card/startup.sh
then
  /bin/sh /mnt/card/startup.sh
fi

: exit 0
Then I held my breath and did the update to 2.7.1.

No problems afterwards - iliad executed startup.sh on my card fine and I'm back in again. This is also a very safe way of executing stuff on normal boot after /home/root/start.sh has completed.

Last edited by design256; 10-25-2006 at 10:38 AM.
design256 is offline   Reply With Quote