Skip to content

Commit

Permalink
[Build] Make ISO 9660 compatible volume title
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Feb 14, 2025
1 parent 1f24952 commit 948d8a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/main.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,10 @@ fun runTasks() {
xorriso,
'-as mkisofs -o \(path)/greenteaos-uefi64.iso -iso-level 3',
// TODO try to use .img not in spin-off folder to avoid duplication
'-V GreenteaOS \(path)/spin-off -append_partition 2 \(efi) \(path)/DISK.IMG',
'-e --interval:appended_partition_2:all:: -no-emul-boot'
'-V GTOS \(path)/spin-off',
'-append_partition 2 \(efi) \(path)/DISK.IMG',
'-e --interval:appended_partition_2:all::',
'-no-emul-boot'
].join(' '), { stdio: 'inherit' }
)
}
Expand Down

0 comments on commit 948d8a0

Please sign in to comment.