about summary refs log tree commit diff
path: root/mkrootfs.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-12-05 11:06:39 +0100
committerJuan RP <xtraeme@gmail.com>2014-12-05 11:06:39 +0100
commit3818e6d4253ddca523c71d5cbcfb42bdd3ca2400 (patch)
tree1077373678a176b4e6e13918cd01c65263efafd8 /mkrootfs.sh.in
parentb7a3926c5b9a92d715f84f186b08bc16d6ee3a79 (diff)
downloadhrmpf-3818e6d4253ddca523c71d5cbcfb42bdd3ca2400.tar.gz
hrmpf-3818e6d4253ddca523c71d5cbcfb42bdd3ca2400.tar.xz
hrmpf-3818e6d4253ddca523c71d5cbcfb42bdd3ca2400.zip
mk{image,rootfs}: misc tweaks for beaglebone.
Diffstat (limited to 'mkrootfs.sh.in')
-rw-r--r--mkrootfs.sh.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/mkrootfs.sh.in b/mkrootfs.sh.in
index ca4d1dd..0509158 100644
--- a/mkrootfs.sh.in
+++ b/mkrootfs.sh.in
@@ -217,13 +217,7 @@ if [ -n "${_ARCH}" ]; then
 fi
 
 tarball=void-${PLATFORM}-rootfs-$(date '+%Y%m%d').tar.xz
-
-if [ "$PLATFORM" = "beaglebone" ]; then
-    # On Beaglebone make sure that boot/MLO is at the head.
-    run_cmd "tar -cp --posix -C $rootfs ./boot/MLO . | $XZ -9 > $tarball"
-else
-    run_cmd "tar -cp --posix -C $rootfs . | $XZ -9 > $tarball "
-fi
+run_cmd "tar -cp --posix -C $rootfs . | $XZ -9 > $tarball "
 
 rm -rf $rootfs