We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a95f561 + b8300bd commit cd69dc2Copy full SHA for cd69dc2
source/Cosmos.Build.Tasks/MakeIso.cs
@@ -64,6 +64,7 @@ protected override string GenerateCommandLineCommands()
64
xBuilder.AppendSwitch("-relaxed-filenames");
65
xBuilder.AppendSwitch("-J");
66
xBuilder.AppendSwitch("-R");
67
+ xBuilder.AppendSwitch("-l");
68
xBuilder.AppendSwitchIfNotNull("-o ", OutputFile);
69
xBuilder.AppendSwitch(" -b boot/limine-cd.bin");
70
xBuilder.AppendSwitch("-no-emul-boot");
0 commit comments