This commit is contained in:
kudzu_cp 2008-10-02 23:43:08 +00:00
parent 6ec12f3794
commit df60faec8c

View file

@ -262,6 +262,8 @@ namespace Cosmos.Build.Windows {
RemoveFile(aDrive + @":\syslinux.cfg");
File.Copy(xPath + @"syslinux.cfg", aDrive + @":\syslinux.cfg");
// Set MBR
//TODO: Hangs on 2008 - maybe needs admin permissions? Or maybe its not compat?
// Runs from command line ok in 2008.....
Global.Call(ToolsPath + "syslinux.exe", "-fma " + aDrive + ":", ToolsPath, true, true);
}