From 56bc02a305ae8d8a7e927622d924cdab56d4f012 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 25 Jan 2010 17:11:17 +0000 Subject: add preinit modularization work by Daniel Dickinson (cshore) SVN-Revision: 19331 --- .../base-files/files/lib/firstboot/99_10_with_fo_cleanup | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/base-files/files/lib/firstboot/99_10_with_fo_cleanup (limited to 'package/base-files/files/lib/firstboot/99_10_with_fo_cleanup') diff --git a/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup new file mode 100644 index 0000000000..8b00159722 --- /dev/null +++ b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup @@ -0,0 +1,13 @@ +#!/bin/sh + +# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2010 Vertical Communications + +with_fo_cleanup() { + # try to get rid of /tmp/root + # this will almost always fail + mount /tmp/root 2>&- + exit 0 +} + +boot_hook_add switch2jffs with_fo_cleanup -- cgit v1.2.3