linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: http://lkml...
[openwrt.git] / package / base-files / files / lib / firstboot / 99_10_no_fo_cleanup
1 #!/bin/sh
2
3 # Copyright (C) 2006-2010 OpenWrt.org
4 # Copyright (C) 2010 Vertical Communications
5
6 no_fo_cleanup() {
7 echo "done"
8 umount -l /overlay
9 umount -l /tmp/root
10 exit 0
11 }
12
13 boot_hook_add no_fo no_fo_cleanup
This page took 0.051802 seconds and 5 git commands to generate.