aboutsummaryrefslogtreecommitdiff
path: root/docker-extras/imagebuilder_sd
diff options
context:
space:
mode:
authorStefano Stabellini2019-10-21 15:32:21 -0700
committerStefano Stabellini2019-10-21 15:32:21 -0700
commitb7bde6942c2db1c213c09fd0bcf85d44c27afe0d (patch)
tree17db6c4bf16a43805ff2623d7131e06625508c19 /docker-extras/imagebuilder_sd
parent841a9b66cb3943a42257b2b29d57f3f031c34323 (diff)
Rename docker-extras to scripts
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'docker-extras/imagebuilder_sd')
-rw-r--r--docker-extras/imagebuilder_sd10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-extras/imagebuilder_sd b/docker-extras/imagebuilder_sd
deleted file mode 100644
index 0afa75f..0000000
--- a/docker-extras/imagebuilder_sd
+++ /dev/null
@@ -1,10 +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
-export LOAD_CMD="load scsi 0:1"
-bash /uboot-script-gen
-bash /disk_image