diff options
author | James Valleroy <jvalleroy@mailbox.org> | 2014-11-16 09:23:51 -0500 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-11-19 11:27:27 +0100 |
commit | 13119625ab511126e2d22468b74ef0fd25aab21b (patch) | |
tree | 1b46f120419003181ff58984afe0ec1a6e2054da | |
parent | 7787442526a9f9bb6d2b05d10d054134836c243a (diff) |
Add grub only to virtualbox images. Not available on arm.
-rwxr-xr-x | bin/mk_freedombox_image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mk_freedombox_image b/bin/mk_freedombox_image index 75bc53f..8056112 100755 --- a/bin/mk_freedombox_image +++ b/bin/mk_freedombox_image @@ -69,6 +69,7 @@ case "$MACHINE" in ;; virtualbox) extra_opts="\ + --grub \ --enable-dhcp \ " ;; esac @@ -115,7 +116,6 @@ sudo -H \ --customize "$basedir/bin/freedombox-customize" \ --lock-root-password \ --arch $ARCHITECTURE \ - --grub \ --roottype btrfs \ --distribution $SUITE \ $extra_opts \ |