You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud-init network-config can't be created by imager only edited if already present in the imager because it would shorten the filename which results in an invalid filename for the cloud-init datasource.
Version
1.9.2 (Default)
What host operating system were you using?
Windows
Host OS Version
24H2
Selected OS
Raspberry Pi OS Bookworm Lite (64-bit)
Which Raspberry Pi Device are you using?
Raspberry Pi 5
What kind of storage device are you using?
microSD Card in a USB reader
OS Customisation
Yes, I was using OS Customisation when the bug occurred.
What filename is it supposed to have? What does it get shortened to?
In practice, we see Imager producing short filenames essentially all the time. This first manifested with user-data, and affects the default names for each of the cloud-init configuration files.
In practice, we see Imager producing short filenames essentially all the time.
Pretty sure it did generate new files like "firstrun.sh" (lowercase) correctly in the past.
If storing long file name entries would not work at all, I would expect it to show up as FIRSTRUN.SH instead, as the 8.3 short name is stored in uppercase.
What happened?
Cloud-init network-config can't be created by imager only edited if already present in the imager because it would shorten the filename which results in an invalid filename for the cloud-init datasource.
Version
1.9.2 (Default)
What host operating system were you using?
Windows
Host OS Version
24H2
Selected OS
Raspberry Pi OS Bookworm Lite (64-bit)
Which Raspberry Pi Device are you using?
Raspberry Pi 5
What kind of storage device are you using?
microSD Card in a USB reader
OS Customisation
Relevant log output
rpi-imager/src/devicewrapperfatpartition.cpp
Lines 402 to 483 in 879b89c
The text was updated successfully, but these errors were encountered: