Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

Introduce a slightly modified version of the 9legacy usb build script #1162

Closed floren closed 3 years ago

floren commented 3 years ago

instead of using mkusbboot.

I'd appreciate if a few people tested this. Running build.bash should now generate both the ISO and the USB image.

gmacd commented 3 years ago

Will try it out. What are the advantages of this over mkusbboot?

floren commented 3 years ago

It does the same job but with a shorter / easier to deal with script.

gmacd commented 3 years ago

It builds the image (though I haven't tested it yet).

The previous version would create a file named 'image' - line 4 in the build.bash script tried to delete that file - you should remove the line in this PR.