Autorun works


Subject: Autorun works
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Tue Jun 11 2002 - 08:39:51 AKDT


I was able to get the autorun script for the linux side to work. For a good
example see the autorun file on any RedHat 7.3 CD.

Here is the one that I used.

#!/bin/sh
#

if [ -d /mnt/cdrom ]; then
  cd /mnt/cdrom
  ./Linux/setup
fi

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Tue Jun 11 2002 - 08:40:11 AKDT