--- root/root/etc/rc.d/rc.rofilesys 2004-10-21 06:59:51.000000000 +0200 +++ root2/root/etc/rc.d/rc.rofilesys 2004-12-10 04:35:39.309738446 +0100 @@ -102,7 +102,8 @@ sleep 1 done fi -mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 +#mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 +mount -t $LINUXFMT -o noatime /dev/${IDE1}3 /hdd3 rc=$? if [ "$rc" != "0" ]; then echo -n "HDD3 Error!! " @@ -199,7 +200,8 @@ # Documents files are discarded... gzip -dc /hdd1/.sys/hdimage2.tgz | tar xf - - mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 +# mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 + mount -t $LINUXFMT -o noatime /dev/${IDE1}3 /hdd3 rc=$? if [ "$rc" != "0" ]; then echo -n "HDD3 Error!! " @@ -261,7 +263,8 @@ sleep 1 done fi - mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 +# mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3 + mount -t $LINUXFMT -o noatime /dev/${IDE1}3 /hdd3 rc=$? if [ "$rc" != "0" ]; then echo -n "HDD3 Error!! " @@ -282,4 +285,5 @@ fi fi -echo $LAUNCH > /home/sharp/etc/launch.default +#echo $LAUNCH > /home/sharp/etc/launch.default +cat /home/zaurus/launch.default > /home/sharp/etc/launch.default