Update of /cvsroot/scummlinux/scummlinux/config
In directory sc8-pr-cvs1:/tmp/cvs-serv22052/config
Modified Files:
init
Log Message:
now working floppy/ramdisk/usb saving
Index: init
===================================================================
RCS file: /cvsroot/scummlinux/scummlinux/config/init,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** init 23 Jul 2003 17:00:35 -0000 1.4
--- init 24 Jul 2003 11:10:24 -0000 1.5
***************
*** 16,21 ****
--- 16,26 ----
else
mkdir -p /mnt/floppy
+ fdlist
+ if test $? -eq 0; then
mount -t supermount -o dev=/dev/fd0 none /mnt/floppy
export SCUMMVM_SAVEPATH=/mnt/floppy/
+ else
+ export SCUMMVM_SAVEPATH=/etc/
+ fi
fi
|