I was implementing the cloud-init feature in our product. i was assigned to implement this without using cd-rom (infact only from the hard disk itself). So is there any way for it?
0
votes
Please read How to Ask. You are expected to show what you have tried and what exactly is unclear to you. It would also help if you give one or two simple examples. We will not do your job for you.
– tibetiroka
Okay, noted. Its my first question on stack overflow. please excuse my mistakes.
– Sumeet Boga
1 Answers
0
votes
Sure. You can use the NoCloud Datasource, which will look in /var/lib/cloud/seed
without special configuration. See the seed example in the cloud-init sources.