images/debian-isogen
Kostiantyn Kalynovskyi ebefeeadef Fix console logs for libvirt hosts
This commit adds parameters to start command line that would allow
console logs to be written into files on host OS when running resulting
images on top of libvirt.

Change-Id: Icc83e45c27876a2a36729b92f69ccbd59dbf24e4
Relates-To: #167
2020-04-10 12:19:12 -05:00
..
2020-04-10 12:19:12 -05: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)