From 3956b70f583490df9ed0d3d16cc89eb5c1af1001 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Mon, 14 Sep 2020 17:41:08 -0700 Subject: Removed unused container-based usage Initially ImageBuilder was meant to be mainly invoked from a container but in practice ImageBuilder's scripts have been called directly. Remove the old documentation and Dockerfile. Signed-off-by: Stefano Stabellini Reviewed-by: Brian Woods --- scripts/imagebuilder_sd | 9 --------- scripts/imagebuilder_tftp | 8 -------- 2 files changed, 17 deletions(-) delete mode 100644 scripts/imagebuilder_sd delete mode 100644 scripts/imagebuilder_tftp (limited to 'scripts') diff --git a/scripts/imagebuilder_sd b/scripts/imagebuilder_sd deleted file mode 100644 index 13a28e4..0000000 --- a/scripts/imagebuilder_sd +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -rm -rf /tmp/output -mkdir /tmp/output -cp config /tmp/output -cp -r /home/builder/output/* /tmp/output -cd /tmp/output -bash /uboot-script-gen -c ./config -d ./ -t sd -bash /disk_image -c ./config -d ./ -o /tmp/disk.img diff --git a/scripts/imagebuilder_tftp b/scripts/imagebuilder_tftp deleted file mode 100644 index 70b5379..0000000 --- a/scripts/imagebuilder_tftp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -rm -rf /tmp/output -mkdir /tmp/output -cp config /tmp/output -cp -r /home/builder/output/* /tmp/output -cd /tmp/output -bash /uboot-script-gen -c ./config -d ./ -t tftp -- cgit v1.2.3