10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
|
#!/bin/sh
|
||
|
NOKEXECFILE=/no-kexec-reboot
|
||
|
|
||
|
/bin/rm -f $NOKEXECFILE
|
||
|
touch $NOKEXECFILE
|
||
|
|
||
|
rmmod x86-64-cameo-esqc610-56sq
|
||
|
i2cset -y 0 0x30 0xa1 0
|
||
|
|