build: add tool to install a bootable ISO to a removable block device

This commit is contained in:
2023-05-07 12:21:25 +01:00
parent a79d109fcc
commit 9e16a2e70c
2 changed files with 176 additions and 0 deletions

View File

@@ -96,6 +96,11 @@ $(BUILD_DIR)/compile_commands.json:
@./tools/socks.compiledb
cd: $(BUILD_DIR)/socks-kernel.iso
install-cd: $(BUILD_DIR)/socks-kernel.iso
@./tools/socks.install-cd
compile-db: $(BUILD_DIR)/compile_commands.json
tools: