From f43b7934d2850c2f545736253a0f8cbe4915fdff Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 13 Mar 2013 18:11:19 +0000 Subject: make basefiles aware of procd Signed-off-by: John Crispin SVN-Revision: 36003 --- package/base-files/files/lib/preinit/80_mount_root | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/base-files/files/lib/preinit/80_mount_root') diff --git a/package/base-files/files/lib/preinit/80_mount_root b/package/base-files/files/lib/preinit/80_mount_root index ad24fb8..9a99ee9 100644 --- a/package/base-files/files/lib/preinit/80_mount_root +++ b/package/base-files/files/lib/preinit/80_mount_root @@ -6,5 +6,4 @@ do_mount_root() { boot_run_hook preinit_mount_root } -boot_hook_add preinit_main do_mount_root - +[ "$INITRAMFS" = "1" ] || boot_hook_add preinit_main do_mount_root -- cgit v1.1