summaryrefslogtreecommitdiff
path: root/beagle/build_image.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2013-03-10 12:13:49 +0100
committerManuel Traut <manut@mecka.net>2013-03-10 12:13:49 +0100
commit9c0f862749f30800837a45aff5abdcb529867dbc (patch)
treeb0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/build_image.sh
parent33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff)
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Merge branch 'schulung'
updates from current linutronix schulung.git Conflicts: Makefile configpres.tex flash-memory/ubi/handout_ubi_de.tex handout.tex index.txt pres_master.tex vorl.tex vorl1.tex vorl2.tex vorl3.tex vorl4.tex vorl5.tex Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/build_image.sh')
-rw-r--r--beagle/build_image.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/beagle/build_image.sh b/beagle/build_image.sh
deleted file mode 100644
index 37b9c80..0000000
--- a/beagle/build_image.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-if [ `whoami` != root ]; then
- echo "This script must be run as root, e.g.:"
- echo "sudo $0"
- exit -1
-fi
-
-if [ "$TYPE" == "" ]; then
- TYPE=handset
-fi
-
-RELEASE=latest
-ARCH=armv7l
-
-# create meego image from kickstart. this will contain everything but the kernel
-mic-image-creator --pkgmgr=yum --cache=../mycachedir --format=loop --arch=${ARCH} --release=${RELEASE} --compress-disk-image=none --config=${TYPE}-${ARCH}-beagle.ks
-
-echo
-echo "Some versions of mic throw an error regarding some file not being closed properly."
-echo "You can safely ignore this problem."