Skip to content

Commit dd0fe7e

Browse files
authored
Merge pull request #14 from CosmosOS/revert-13-master
Revert "Remove mkiso references"
2 parents dbba115 + f3b3917 commit dd0fe7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/Cosmos.Build.Common/IsoMaker.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ public static string Generate(string imageFile, string isoFilename)
2626
"-relaxed-filenames" +
2727
" -J -R" +
2828
" -o " + Quote(isoFilename) +
29+
" -b boot/grub/i386-pc/eltorito.img" +
2930
" -no-emul-boot" +
3031
" -boot-load-size 4" +
3132
" -boot-info-table " +
3233
Quote(isoDirectory);
3334

3435
var output = ProcessExtension.LaunchApplication(
35-
Path.Combine(Path.Combine(CosmosPaths.Tools, "xorriso"), "xorriso.exe"),
36+
Path.Combine(Path.Combine(CosmosPaths.Tools, "mkisofs"), "mkisofs.exe"),
3637
arg,
3738
true
3839
);

0 commit comments

Comments
 (0)