projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: r22444 caused interfaces to remain down if the macaddr option...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
99_10_with_fo_cleanup
1
#!/bin/sh
2
3
# Copyright (C) 2006-2010 OpenWrt.org
4
# Copyright (C) 2010 Vertical Communications
5
6
with_fo_cleanup
() {
7
# try to get rid of /tmp/root
8
# this will almost always fail
9
umount
/
tmp
/
root
2
>&-
10
exit
0
11
}
12
13
boot_hook_add switch2jffs with_fo_cleanup
This page took
0.043732 seconds
and
5
git commands to generate.