1
0
This repository has been archived on 2025-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files

12 lines
211 B
Bash
Executable File

#!/bin/sh
set -e
sync
killall -q watchdog || true
echo 1 >/dev/watchdog
/usr/sbin/kexec --load /boot/maemo.zImage --append "root=1f03 rootfstype=jffs2 ro console=tty0 console=ttyMTD5"
/usr/sbin/kexec --exec