Is it possible to change the the kernel boot cmdline without reflashing the entire Debian microSD image?
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
I currently have the following defaults:
linaro@DragonBoard**:/proc$ cat /proc/cmdline**
root=PARTLABEL=rootfs console=tty0 console=ttyMSM0,115200n8 androidboot.emmc=true androidboot.serialno=43c142d4 androidboot.baseband=apq mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_hx8394d_720p_video:1:none
I need to to add systemd.unified_cgroup_hierarchy=0
to the kernel cmdline to be able to launch Docker containers.
If this is possible, what is the procedure to make this change?
Since I find no presence of grub, what is the bootloader in used with the boot from microSD Debian image?