diff options
author | Nick Daly <Nick.M.Daly@gmail.com> | 2014-05-17 14:33:18 -0500 |
---|---|---|
committer | Nick Daly <Nick.M.Daly@gmail.com> | 2014-05-17 14:39:08 -0500 |
commit | cce000a5a66cd05c3a4d734211fc3b9916ba9d5a (patch) | |
tree | 05414c27e250c050e67d446f11a2ee08ed174efc | |
parent | 1bf43fad2ebb7458fb8484f87c4a4b51df97a622 (diff) |
Removed "--owner" flag: vmdebootstrap doesn't support yet.
Moving these changes to another branch to avoid breaking everybody's
builds.
-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 fe08b16..3517cb2 100755 --- a/bin/mk_freedombox_image +++ b/bin/mk_freedombox_image @@ -118,6 +118,5 @@ sudo -H \ --root-password freedom \ --arch $ARCHITECTURE \ --distribution $SUITE \ - --owner $OWNER \ $extra_opts \ $pkgopts |