From f34be923e97f6d3f5c05f4c81ee25b6200a96a44 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Mon, 21 Sep 2009 13:46:15 +0300 Subject: [PATCH 1/2] Removed files that doesn't belong to this repo --- conts/linux/rootfs/rootfs.S | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 conts/linux/rootfs/rootfs.S diff --git a/conts/linux/rootfs/rootfs.S b/conts/linux/rootfs/rootfs.S deleted file mode 100644 index 91cab7d..0000000 --- a/conts/linux/rootfs/rootfs.S +++ /dev/null @@ -1,4 +0,0 @@ - -.align 4 -.section .data -.incbin "rootfs.img" From db494f244b3af2d4123023a64428e0946fe1dca1 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Mon, 21 Sep 2009 14:03:36 +0300 Subject: [PATCH 2/2] Linux build is commented in --- scripts/conts/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/conts/containers.py b/scripts/conts/containers.py index b3e36e2..fa2f1fe 100755 --- a/scripts/conts/containers.py +++ b/scripts/conts/containers.py @@ -58,7 +58,7 @@ def build_all_containers(): for container in config.containers: if container.type == 'linux': pass - #cont_images.append(build_linux_container(projpaths, container)) + cont_images.append(build_linux_container(projpaths, container)) elif container.type == 'bare': cont_images.append(build_default_container(projpaths, container)) else: