Hi
I am using diskmount.sh script and rc.local taken from
http://wiki.debian.org/DebianLive/FAQ for automount harddrive,
I have place diskmount.sh in /sbin and after that make it executable by
chmod +x diskmount.sh
In rc.local
1.modify rc.local(according to FAQ).
2.chmod +x /etc/rc.d/rc.local
3.update-rc.d -f rc.local defaults 80
Then rebuild the iso ,still it is not working.Here I am sending rc.local
Please find the attachment below
**
--
Regards,
Padma Jadav
Magnet Technologies Pvt. Ltd.
#!/bin/sh -e
# rc.local
# This script is executed at the end of each multiuser runlevel.
# Detect partitions (non-swap) and mount them
# See /sbin/diskmounter.sh for supported filesystems
/sbin/diskmounter.sh -w
echo "IN Mount Script"
exit 0
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel