diff options
author | James Valleroy <jvalleroy@mailbox.org> | 2014-12-31 10:38:21 -0500 |
---|---|---|
committer | James Valleroy <jvalleroy@mailbox.org> | 2014-12-31 10:38:21 -0500 |
commit | 97398e5fc860ea7c92dd0c2dd8e985a53f9937dc (patch) | |
tree | 7655bc568c46597e6428413753cc53c923f87010 | |
parent | c964bc2349c1b9ab52a415164ae7d9d1ff954103 (diff) |
Enable dhcp for all image types.
-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 b550bb5..5471462 100755 --- a/bin/mk_freedombox_image +++ b/bin/mk_freedombox_image @@ -85,7 +85,6 @@ case "$MACHINE" in virtualbox) extra_opts="\ --grub \ - --enable-dhcp \ " ;; esac @@ -133,5 +132,6 @@ sudo -H \ --arch $ARCHITECTURE \ --roottype btrfs \ --distribution $SUITE \ + --enable-dhcp \ $extra_opts \ $pkgopts |