Nix Package manager is required. Following commands only work on Nix based system.
~> nix-shell -p nixos-generators
~> nixos-generate --format iso --configuration ./default.nix~> sudo dd if=./result/iso/nixos*.iso of=/dev/<USB> bs=8M status=progressBoot from USB stick, one booted, run:
~> sudo -i
~# install-chromeos /dev/<disk>Type 'yes' to start installation.
- It might take sometime due to the size of artifacts (ChromeOS recovery image and Brunch).
- Current config works with Intel Gen8, others might not work!
- The script tends to pack existing artifacts to create a convinience, I have no reposibility if any damage to your devices, use with your own risk.