add mount_root script to mount root fs (called from /etc/preinit)
[openwrt.git] / root / sbin / halt
1 #!/bin/sh
2 /usr/bin/killall5 -9
3 umount -ar
This page took 0.043108 seconds and 5 git commands to generate.