use /rootfs

This commit is contained in:
Glenn Maynard
2005-05-22 02:29:02 +00:00
parent d25df987d5
commit 11fdc9a3d5
@@ -374,7 +374,7 @@ void GetNewStorageDevices( vector<UsbStorageDevice>& vDevicesOut )
// /dev/sdb1 /mnt/flash2 auto noauto,owner 0 0
// /dev/sdc1 /mnt/flash3 auto noauto,owner 0 0
CString fn = "/etc/fstab";
CString fn = "/rootfs/etc/fstab";
LOG->Trace( "Reading %s", fn.c_str() );
RageFile f;
if( !f.Open(fn) )