distr1 / distri

a Linux distribution to research fast package management
https://distr1.org
Other
536 stars 26 forks source link

implement kernel hook #12

Open stapelberg opened 5 years ago

stapelberg commented 5 years ago
stapelberg commented 5 years ago

Only the gc item is left, demoting from release-blocker to enhancement.

stapelberg commented 5 years ago

We need to run /etc/update-grub after the initrd was generated.

stapelberg commented 5 years ago

This can be fixed after the release because updates first install distri1 updates. Removing release-blocker label.

miniBill commented 5 years ago

From experience with Debian, you want initrd build/cleanup to happen atexit, otherwise you get to the paradoxical and slow situation where it gets rebuilt n times if you update kernel, firmware, and VirtualBox at the same time

stapelberg commented 5 years ago

Yep, we already do this :)

miniBill commented 5 years ago

Sorry, I misread the subitem in the original post as not done yet =) Godspeed!