https://github.com/bobvanderlinden/streamingwindowsinstall-livecd
An experimental way to install Windows by lazily mounting the Windows ISO from Microsoft.com
https://github.com/bobvanderlinden/streamingwindowsinstall-livecd
Last synced: about 1 month ago
JSON representation
An experimental way to install Windows by lazily mounting the Windows ISO from Microsoft.com
- Host: GitHub
- URL: https://github.com/bobvanderlinden/streamingwindowsinstall-livecd
- Owner: bobvanderlinden
- Created: 2016-03-31T21:53:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T19:17:55.000Z (about 9 years ago)
- Last Synced: 2025-03-22T21:06:14.660Z (about 1 month ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamingwindowsinstall-livecd
An experimental way to install Windows by lazily mounting the Windows ISO from Microsoft.com# Usage
Run a VM to test the OS using:
```sh
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/16.03.tar.gz nix-build -A vm && result/bin/run-nixos-vm
```