Fix threadirqs command line option

pull/436/head
Fayaaz Ahmed 2020-08-04 17:33:05 +01:00
parent 3f30527a8f
commit 1cef6a0709
1 changed files with 1 additions and 1 deletions

View File

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