diff options
Diffstat (limited to 'beagle/build_image.sh')
| -rw-r--r-- | beagle/build_image.sh | 20 |
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." |
