X-Git-Url: https://git.decadent.org.uk/gitweb/?p=i-t-talk.git;a=blobdiff_plain;f=index.html;h=fcc5c0eaaf55b0740fbbde92fc342a7786a99d20;hp=460eddfff88e201004107902c055cc6f3b52e7d5;hb=a111cd981debea91e5b7c7787e22609e01bc12c8;hpb=13946897fa8776bdc6eda8847cb6847d53e42594 diff --git a/index.html b/index.html index 460eddf..fcc5c0e 100644 --- a/index.html +++ b/index.html @@ -160,6 +160,79 @@ +
+

Problems (1)

+

+ Root filesystem is not enough. Depenency-based boot means + there's no clean split between root and /usr. So + initramfs should mount it (implemented in 0.117). However: +

+ +
+ +
+

Problems (2)

+

+ Device discovery by kernel is asynchronous. But that's + why we have udev, right? +

+

+ Unfortunately not everything needed for device setup is + or can be in udev hooks (e.g. cryptsetup requires interaction) +

+

+ Lots of hacks used (while ... do sleep... done, + udevadm settle in too many places), and they still + sometimes fail + (#616689 and merged + bugs) +

+

+ Ubuntu has a somewhat better approach but we still haven't merged + it back... +

+

+ ...in fact, Debian and Ubuntu branches have been diverging for + about 5 years +

+
+

Questions?