grahamc / packet-nixos

The images used by Packet.net's deployment process.
MIT License
33 stars 10 forks source link

Per-Instance netboot images + a slew of bugfixes #10

Closed grahamc closed 6 years ago

grahamc commented 6 years ago
  1. Rename all the instances to match their new names
  2. Add support for c2.medium.x86, x1.small.x86, m2.xlarge.x86
  3. metadata generator now works for 18.03
  4. multipath modules are loaded by default
  5. ipv6 works out of the box now
  6. disable dhcpc since ... it doesn't work ... after the first install
  7. private networking fixed with a 10.0.0.0/8 route
  8. default packet-specific nameservers setup
  9. dumpkeys logs errors if something is broken
  10. GRUB's interface is now usable on all but the ARM machines, bringing those famous boot-based emergency rollbacks

note: s1.large is broken because the root device moves around too often note: the arm machine is still sometimes broken :(

massive thank-you to @mmlb for his help on a bunch of this.

mmlb commented 6 years ago

:+1: