mirror of
https://github.com/drasko/codezero.git
synced 2026-02-20 05:43:15 +01:00
Merge branch 'linux' of ssh://www.b-labs.co.uk/git/codezero into linux
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
.align 4
|
|
||||||
.section .data
|
|
||||||
.incbin "rootfs.img"
|
|
||||||
@@ -58,7 +58,7 @@ def build_all_containers():
|
|||||||
for container in config.containers:
|
for container in config.containers:
|
||||||
if container.type == 'linux':
|
if container.type == 'linux':
|
||||||
pass
|
pass
|
||||||
#cont_images.append(build_linux_container(projpaths, container))
|
cont_images.append(build_linux_container(projpaths, container))
|
||||||
elif container.type == 'bare':
|
elif container.type == 'bare':
|
||||||
cont_images.append(build_default_container(projpaths, container))
|
cont_images.append(build_default_container(projpaths, container))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user