rvalle Posted May 6, 2022 Posted May 6, 2022 Hi! I am creating an Image that uses Cloud Init for customization. It involves creating an extra vfat partition for the CloudInit meta data. This is becoming an industry standard way to initialize virtual machines and now physical too. MAAS and Ubuntu on RPI also use it. What is the cleanest way to remove or disable equivalent scripts in Armbian ? In particular firstlogin and firstboot ? 0 Quote
ALIGMSTEN Posted May 6, 2022 Posted May 6, 2022 Not sure if this helps, or what you are looking for. Armbian has a template in boot which can be configured and deleted once applied, look for armbian_first_run.txt.template 0 Quote
rvalle Posted May 6, 2022 Author Posted May 6, 2022 Well, armbian has a lot of code for server initialization, and cloud-init is designed specifically for this. It is becoming a de-facto standard, and it fits nicely with armbian in general. OK! I had not noticed that file. Thanks! So far I am trying to remove files from the system via customize_image.sh , but I don't think this may be the best way to disable this functionality. 0 Quote
ALIGMSTEN Posted May 6, 2022 Posted May 6, 2022 OH good was taking a rough guess! - did not know much about this - looks interesting.... 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.