images/debian-isogen
Nikolay Fedorov 8a26e8a8bc Example network-config network_data.json format
"id" and "name" fields should be present for renaming of NICs

Relates-To: #108

Change-Id: I81b5776db0d4cf9e52cf9e76ed7d450af02fcc73
2020-03-12 16:36:22 +04:00
..
2020-03-09 16:05:27 -07:00

airship-isogen

Iso creation tool

Prepare

$(BUILD_DIR)=/some_path... mkdir $(BUILD_DIR)

If you don't have isogen image

make build_isogen

Usage

cp examples/user-data $(BUILD_DIR) cp examples/isogen.yaml $(BUILD_DIR) cp examples/network-config $(BUILD_DIR) #Modify files if necessary

docker run
--rm
-e BUILDER_CONFIG=/config/isogen.yaml
-v $(shell realpath $(BUILD_DIR)):/config/
$(shell cat $(BUILD_DIR)/image_id)

Get debian-custom.iso from dir $(BUILD_DIR)