forked from boxcutter/debian
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding progress notes on hyperv-iso builder for Debian 8
- Loading branch information
1 parent
1297a2c
commit cf7e9b0
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
What's done | ||
|
||
1. Add hyperv-iso builder section to `debian.json` | ||
2. Fixed ISO download links to 8.7.1. This was submitted as https://github.com/boxcutter/debian/pull/46 | ||
|
||
|
||
Work Needed | ||
|
||
1. Get IP address detection working. Per https://packages.debian.org/sid/hyperv-daemons scripts are needed to get IP info | ||
2. Revert the change to boot_command in debian.json, take the note out of readme.md |
cf7e9b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theogq I saw your comment on hashicorp/packer#2576 (comment) and thought I'd give Debian a quick try. The big problem right now is that I can't get IP detection working yet. preseed-jessie.cfg in this branch installs the right tools, but apparently some more scripts are still needed for Hyper-V to be able to detect the IP.
Without that, it will fail with
hyperv-iso: Timeout waiting for SSH.
cf7e9b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debian and gen 1 work for me.
Check note 4 from this link https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/supported-debian-virtual-machines-on-hyper-v
You are using debian-8.2.0 from what I can see. Maybe use a newer version of debian iso, or hyperv-daemons package must come from Debian backports.