Sorry, a few corrections: On Fri, Nov 8, 2013 at 1:06 PM, Ricardo M. Correia <[email protected]>wrote:
> $ zpool set mountpoint=/ rpool > The correct command is "zfs set mountpoint=/ rpool" To install NixOS, you have to mount the root pool and /boot under /mnt. > This is what I did: > > $ zpool export rpool > $ zpool import -o altroot=/mnt rpool > You also need to run "mkdir /mnt/boot" before mounting /mnt/boot. > $ mount /dev/sda1 /mnt/boot (instead of /dev/sda1, put whatever > partition you used for /boot). > Cheers, Ricardo
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
