OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | check_for_iso() { |
2 | grep -qE '/dev/root.*iso9660' /proc/mounts && ramoverlay |
||
3 | } |
||
4 | |||
5 | boot_hook_add preinit_mount_root check_for_iso |