hi,
Am Mittwoch, den 23.03.2016, 09:50 -0400 schrieb Scott Moser:
> On Wed, 23 Mar 2016, Jian LUO wrote:
> 
> > Hi list,
> >
> > Is it possible to disable cloud-init and co. by setting ubuntu-core config
> > in gadget snap? It slows down the boot process on my board by 80 seconds.
> 
> With the next upload to ubuntu you will be able to disable cloud-init by:
>   touch /etc/cloud/cloud-init.disabled
> or modifying kernel command line to have:
>   cloud-init=disabled
> 
> That said, 80 seconds sounds like something else is probably going wrong.
> 
no, that sounds very typical for a bunch of python scripts on a slow arm
system, especially on first boot where you also generate the keys
(without that it is more in the 30sec realm) ... 

given we only use cloud-init for setting up the ubuntu user credentials
(sudo) and ssh keys we should probably consider replacing it with a 10
line shell script ;)

(it would also save us from having to have cloud-init config files
created inside /writable before first boot which would ease a lot of
pain)

ciao
        oli

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
snappy-devel mailing list
snappy-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snappy-devel

Reply via email to