From 97520d989f65412c27997ed9bad5879880000c89 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:53:26 +0000 Subject: base-files: procd init is now the default, remove files.old Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36996 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../base-files/files.old/lib/firstboot/30_is_rootfs_mounted | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted (limited to 'package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted') diff --git a/package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted b/package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted deleted file mode 100644 index 7233fd9039..0000000000 --- a/package/base-files/files.old/lib/firstboot/30_is_rootfs_mounted +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2006-2010 OpenWrt.org -# Copyright (C) 2010 Vertical Communications - -skip_if_rootfs_mounted() { - mount -o noatime -t jffs2 "$mtdpart" /rom/overlay || exit -} - -boot_hook_add switch2jffs skip_if_rootfs_mounted -- cgit v1.2.3