6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
/usr/sbin/kexec --load /boot/maemo.zImage --append "root=1f03 rootfstype=jffs2 ro console=tty0 console=ttyMTD5"
|
||
|
/usr/sbin/kexec --exec
|