Describe the bug
The Getting Started guide is using a SquashFS image as root-fs, but then tries to write on it to update the resolv.conf.
To Reproduce
Two options:
- Follow the Getting Started guide and see the mentioned modification of
resolv.conf fail.
- Simply analyze the guide to realize the inconsistency
Expected behaviour
Two options:
- Read-only guide: SquashFS is used and no
resolv.conf modification is done
- Writable guide: a writable Ext4 FS is used
Environment
Additional context
Checks