images/debian-isogen
Alexander Noskov eec2dc44e0 "debian-isogen: Remove unstable repository"
This reverts commit 3a38b534d193b7ff768a19ff840adf219aad5778.

Change-Id: Ifbcd5734760e1f6ae9552c68860ade69325f7a2b
2020-05-21 16:04:24 +00: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)