nix-community / nixbox

NixOS Vagrant boxes [maintainer=@ifurther]
https://app.vagrantup.com/nixbox/
MIT License
309 stars 101 forks source link

Unknown --chroot argument #31

Closed PierreR closed 6 years ago

PierreR commented 6 years ago

Trying to build the box with 18.03, I have got the error that --chroot is not a recognized option.

I guess it has been removed ?

https://github.com/nix-community/nixbox/blob/master/scripts/install.sh#L34

daveman1010221 commented 6 years ago

I am also running into problems with this on an UEFI MacBook Pro, which is further causing issues when grub tries to install to /boot, instead of /mnt/boot and causes nixos-install to fail out. :-(

zimbatm commented 6 years ago

@daveman1010221 try reporting on https://github.com/nixos/nixpkgs

The argument has been removed in 18.03 and now defaults to /mnt. This is fixed in the latest nixbox release.