5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Drop fdtdir PATH
|
||
|
sed -i '/fdtdir/d' /boot/extlinux/extlinux.conf
|