mir3c/squashfs-root/lib/firstboot/30_is_rootfs_mounted

11 lines
225 B
Plaintext
Raw Permalink Normal View History

2018-05-25 08:49:31 +00:00
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
skip_if_rootfs_mounted() {
mount "$mtdpart" /rom/overlay -t jffs2 || exit
}
boot_hook_add switch2jffs skip_if_rootfs_mounted