anatol / booster

Fast and secure initramfs generator
MIT License
506 stars 45 forks source link

Forward arguments set by the kernel cmdline to the init system #267

Open Kuchteq opened 3 months ago

Kuchteq commented 3 months ago

Kernel can pass arguments to the init script if it encounters a double dash that should then be forwarded to the actual init system (at least that's the behavior on in other init scripts, such as ones generated by mkinitcpio).

Fixes #266

anatol commented 3 months ago

Thank you for the patch! It is useful to have such functionality.

It also needs