rootfs contains all initramfs dependencies and tools
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Triaged
|
Low
|
Unassigned | ||
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
in the snappy world we do not create or update the initrd on the fly so neither the dependencies of initramfs-tools nor the scripts themselves are required to be installed inside the rootfs.
due to the nature of our build process initramfs-tools and initramfs-
this way we would not have any of the dependencies inside the rootfs tarball.
implementing this setup will likely require some changes to seed management or the bootstrap process to not pull in initramfs-tools in the first place and additionally some scripting in the live-build/
Changed in snappy: | |
status: | New → Triaged |
importance: | Undecided → Low |
affects: | snappy → snapd |
I suspect we might want to separate building kernal and building OS snap; I guess initramfs would be built as part of kernel snap. at best we would have a snapcraft plugin to build kernels and initrd and put them into a snap.
Michael?