dermotbradley / create-alpine-disk-image

Create cloud-init enabled Alpine disk images for physical machines (PCs & RPIs), VMs, and Cloud servers
GNU General Public License v2.0
93 stars 11 forks source link

Enable support for v3.17 #38

Closed ShaneMcC closed 1 year ago

ShaneMcC commented 1 year ago

This seems to work for me, I don't know if you have any other specific testing etc.

For the most part, I looked at anywhere you had a special cast for v3.16 or edge, and did what seemed right.

One bit I wasn't sure of, was that you only seem to enable the ptp time sync bits for cloud-init when using edge and --experimental - I've left this alone and only on edge for now as it seemed quite broken otherwise that (attempts at) fixing it should be a whole separate PR on it's own.

dermotbradley commented 1 year ago

Updated version of code pushed with fix for this.