[SOLVED] kernel command line parameters not passed to dinit 19 June 2024, 06:40:24 HiI was wondering why when using the --quiet parameter on kernel command line, dinit was continuing to output status lines at boot.I found out that /sbin/init is linked to dinit-init which is a shell script handling a cgroup configuration file, but not sending actual script parameters to dinit.There are two ways to fix it:specify init=/sbin/dinit (plus additional parameters) on boot loader (thus loosing that cgroup configuration)modify /sbin/dinit-init script to add "$@" at the end of dinit exec lineA minor bug but that can be easily fixed Last Edit: 20 June 2024, 21:28:10 by riri
Re: kernel command line parameters not passed to dinit Reply #1 – 20 June 2024, 05:32:17 Should be fixed in dinit-0.18.0-5 1 Likes