[arch-dev-public] RFC: Boot standardization and bootchain package
Uncategorized
5
Posts
5
Posters
1
Views
-
[arch-dev-public] RFC: Boot standardization and bootchain package
-
`kernel-install` is a script that implements an interface originally called `installkernel` provided by the Linux kernel.
-
`kernel-install` is a script that implements an interface originally called `installkernel` provided by the Linux kernel.
@Foxboron @archlinux
> `kernel-install` is a script
it's a 1.7k loc c program, https://github.com/systemd/systemd/blob/main/src/kernel-install/kernel-install.c
it should've been a script? yes, it should've -
@Foxboron @archlinux
> `kernel-install` is a script
it's a 1.7k loc c program, https://github.com/systemd/systemd/blob/main/src/kernel-install/kernel-install.c
it should've been a script? yes, it should've@navi@social.vlhl.dev @Foxboron@chaos.social @archlinux@fosstodon.org in addition it's not right to say it "implements" the installkernel interface
truth is it's a very custom thing, the installkernel compat only shifts some argument positioning around
-
[arch-dev-public] RFC: Boot standardization and bootchain package
@archlinux @Antiz @Foxboron My boot flow might interest you: https://rootkitten.bearblog.dev/bareboot/. I wrote it in a hurry, might have missed some points xD