aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/preinit/05_mount_skip
blob: c2b7ee79d65e9e8d9b2dca7353b747e4f044d40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

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

check_skip() {
    if [ "$pi_mount_skip_next" = "true" ]; then
	return 0
    else 
	return 1
    fi
}