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

Fixes for `--no-console-user` and serial console #37

Closed ShaneMcC closed 1 year ago

ShaneMcC commented 1 year ago

Fix a couple of issues I encountered trying to use this to build images

Serial console was being set as ttyS not ttyS0 and --no-console-user was messing up parameter parsing

dermotbradley commented 1 year ago

Updated version of code pushed with fix for this.