diff options
author | Sunil Mohan Adapa <sunil@medhas.org> | 2015-08-05 18:03:22 +0530 |
---|---|---|
committer | Sunil Mohan Adapa <sunil@medhas.org> | 2015-08-05 18:03:22 +0530 |
commit | 6b28a7ecdf48a769ad63121fae467bde699c576a (patch) | |
tree | 5320286bd24db5cee883ec859065f0a154100eeb | |
parent | ad2fdf931b0aaa8e24a77c9e9a139dcd6174f149 (diff) |
Remove unneeded DHCP config option to vmdebootstrap
-rwxr-xr-x | bin/mk_freedombox_image | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mk_freedombox_image b/bin/mk_freedombox_image index 2c68920..c61bbec 100755 --- a/bin/mk_freedombox_image +++ b/bin/mk_freedombox_image @@ -160,6 +160,5 @@ sudo -H \ --lock-root-password \ --arch $ARCHITECTURE \ --distribution $SUITE \ - --enable-dhcp \ $extra_opts \ $pkgopts |