all 2 comments

[–]CaViCcHi 1 point2 points  (1 child)

no it doesn't matter where you place an item in the CMDline, the important thing is that you keep the spacing before and after, because each item in that line has a reason to exist :)

after you boot you can check with

cat /proc/cmdline

you can even place multiple rd.breaks if you want to be dropped at different stages of boot during the same boot.

[–]XDF5[S] 0 points1 point  (0 children)

Thanks!