summaryrefslogtreecommitdiffstats
path: root/package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted
blob: 7233fd9039eb00dcaf7bbb45b4af8fc54c116cef (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications

skip_if_rootfs_mounted() {
    mount -o noatime -t jffs2 "$mtdpart" /rom/overlay || exit
}

boot_hook_add switch2jffs skip_if_rootfs_mounted