Closed allisonkarlitskaya closed 1 week ago
This is working since 46bb269d5d3c5131bba29b412798f1c92b7b0f21
The kernel module issue was fixed by force-loading them in the initramfs. This is obviously not ideal. The /var
issue was fixed by bind-mounting /sysroot/var
, and /etc/resolv.conf is now a symlink to the systemd resolver stuff in /run
.
If we want to pull down updates in the booted container we need a network.
There's a few things blocking that right now.
/etc
is readonly and/var
too. That's gonna make it hard to get a dhcp lease and write/etc/resolv.conf
(although this should probably be configured as a symlink tosystemd-resolved
)