mir3c/squashfs-root/lib/preinit/31_check_for_boottype

18 lines
319 B
Bash

#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
check_for_boottype() {
flag=`uci get misc.check_for_boottype.flag31`
if [ "$flag" = "1" ]; then
pi_mount_skip_next=false
else
pi_mount_skip_next=true
fi
}
boot_hook_add preinit_mount_root check_for_boottype