bca69c1893
This change removes the unstable Debian repository that was added to install cloud-init. Cloud-init is available in the stable repository at the time of this commit. Change-Id: Id51a1c7b60595630ace664038db31a71a07e4c6a Signed-off-by: Drew Walters <andrew.walters@att.com> |
||
---|---|---|
.. | ||
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)