Replies: 1 comment 7 replies
-
It seems rpi images rely on partition 1 being FAT and then it writes "user-data" file there. running fdisk on one of the images it seems we only have a linux (ext4?) partition on the image so guess that makes custimization a bit harder.
rpi-imager seems to "mount" the fat FS in software and put the file there Guess we would need to restructure the disk layout of the image to get a similar feature? EDIT: However it seems we do create a fat partition..? Maybe I built it with an too old version, or the tools I have on the mac is not super helpful =/ |
Beta Was this translation helpful? Give feedback.
-
Hello, I want to somehow easily setup a few near identical machines that will make a kubernetes cluster, but I am also a fan of configuration as code / automating things,
So I was curious if we can use cloud init for this.
howver, beeing a complete beginner to this topic, I know so far this distro relies on it to create user etc.
what I am struggling with is if there is an easy way to apply custom config to the prebuilt images? Or is best approach to fork and create my own variant of this distribution?
Anyone else done something similar? I know the raspberry pi imager offers customization support via cloud init but I guess it’s cause they structured their image in a specific way?
Beta Was this translation helpful? Give feedback.
All reactions