projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
30_is_rootfs_mounted
1
#!/bin/sh
2
3
# Copyright (C) 2006-2010 OpenWrt.org
4
# Copyright (C) 2010 Vertical Communications
5
6
skip_if_rootfs_mounted
() {
7
mount
"
$mtdpart
"
/
rom
/
overlay
-t
jffs2 ||
exit
8
}
9
10
boot_hook_add switch2jffs skip_if_rootfs_mounted
This page took
0.044366 seconds
and
5
git commands to generate.