Problem with custom image and locale setup #90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello
I'm trying to use installimage to install a custom ubuntu 22.04 image.
During network setup I get this error:
The locale seems to be set correctly in the image (using ubuntu autonstall with
locale: en_US.UTF-8)If I manually chroot into the new OS and run the
netplan generatecommand manually I don't see that output.I worked around this for now with a custom installimage version where I commented out the
return 1in case of some stderr output and the installation works fine.Any idea what could be causing this or how to prevent this?