mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 02:31:22 +00:00
This commit is contained in:
parent
6ec12f3794
commit
df60faec8c
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue