Skip to content

Commit a50898e

Browse files
committed
Revert update of base AMI for Ubuntu 16.04
The latest Ubuntu 16.04 AMI uses an aws-specific kernel. Which is probably awesome in many ways, but doesn't include a linux-image-extras package or the bits needed to build the nVidia kernel modules. Need to sort that out later, but for now, just use the older base image. Signed-off-by: Brian Barrett <[email protected]>
1 parent c88addd commit a50898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer_ubuntu1604.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"region" : "us-east-1",
2020
"ami_regions" : "{{user `build_for`}}",
2121
"ami_groups" : "{{user `ami_perms`}}",
22-
"source_ami" : "ami-80861296",
22+
"source_ami" : "ami-45c18152",
2323
"instance_type" : "{{user `instance_type`}}",
2424
"ssh_username" : "ubuntu",
2525
"ssh_pty" : true,

0 commit comments

Comments
 (0)