Comment 15 for bug 1825437

Revision history for this message
Maciej Borzecki (maciek-borzecki) wrote :

I did a clean install with the Alpha image and did not notice any issues, snapd did not panic, seed yaml looked correct.

However, the format of seed yaml is somewhat weird, it looks like this (with empty line following -):

snaps:
 -
   name: foo
   file: bar.snap

If by any chance (a bug in the installer or any other piece), the seed file became this:

snaps:
 -
   name: foo
   file: bar.snap

 -

Then the problem would be triggered.