Skip to content

Commit

Permalink
Merge pull request CosmosOS#13 from terminal-cs/master
Browse files Browse the repository at this point in the history
Remove mkiso references
  • Loading branch information
MishaTy authored Mar 11, 2023
2 parents 4297ada + a686234 commit dbba115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/Cosmos.Build.Common/IsoMaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ public static string Generate(string imageFile, string isoFilename)
"-relaxed-filenames" +
" -J -R" +
" -o " + Quote(isoFilename) +
" -b boot/grub/i386-pc/eltorito.img" +
" -no-emul-boot" +
" -boot-load-size 4" +
" -boot-info-table " +
Quote(isoDirectory);

var output = ProcessExtension.LaunchApplication(
Path.Combine(Path.Combine(CosmosPaths.Tools, "mkisofs"), "mkisofs.exe"),
Path.Combine(Path.Combine(CosmosPaths.Tools, "xorriso"), "xorriso.exe"),
arg,
true
);
Expand Down

0 comments on commit dbba115

Please sign in to comment.