4 lines
68 B
Bash
4 lines
68 B
Bash
|
on_chroot << EOF
|
||
|
echo -n ' threadirqs' >> /boot/cmdline.txt
|
||
|
EOF
|