c604dbf7bf
Airshipctl deliver network-data from ephimeral BMH to isogen in yaml format. Relates-To: #120 Change-Id: Id83f1ec7a71d1db5f34f4bcc826a7c5a7911ede2 |
||
---|---|---|
.. | ||
examples | ||
files | ||
Dockerfile | ||
Makefile | ||
README.md |
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)