more work on the Linux stuff, though nothing's working yet

This commit is contained in:
AJ Kelly
2011-08-22 17:23:09 -05:00
parent e2ab3d6493
commit c7ac0b4466
5 changed files with 52 additions and 5 deletions
+2 -4
View File
@@ -270,9 +270,7 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
FILEMAN->Mount( "dir", "/proc", "/proc" );
#endif
/*
* Next: path to write general mutable user data.
*
/* Next: path to write general mutable user data.
* Lowercase the PRODUCT_ID; dotfiles and directories are almost always lowercase.
*/
const char *szHome = getenv( "HOME" );
@@ -294,7 +292,7 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
Root = RageFileManagerUtil::sInitialWorkingDirectory;
else
RageException::Throw( "%s", COULDNT_FIND_SONGS.GetValue().c_str() );
FILEMAN->Mount( "dir", Root, "/" );
}