Fix threadirqs command line option

This commit is contained in:
Fayaaz Ahmed 2020-08-04 17:33:05 +01:00
parent 3f30527a8f
commit 1cef6a0709

View File

@ -1,3 +1,3 @@
on_chroot << EOF on_chroot << EOF
echo -n ' threadirqs' >> /boot/cmdline.txt sed -i 's/$/ threadirqs/' /boot/cmdline.txt
EOF EOF