From 9857ce43df2407fa2b7b2b67f955a5461c642c03 Mon Sep 17 00:00:00 2001 From: Nabeel Sowan Date: Mon, 24 Aug 2015 14:20:06 +0200 Subject: [PATCH] block-mount-old: disable extroot and pivot root preinit scripts, since they are calling functions that have been removed, refs #7696 --- block-mount-old/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block-mount-old/Makefile b/block-mount-old/Makefile index 1ce2580f2..fa3ec696e 100644 --- a/block-mount-old/Makefile +++ b/block-mount-old/Makefile @@ -61,8 +61,8 @@ define Package/block-mount-old/install $(INSTALL_DATA) ./files/extmount.sh $(1)/lib/functions/ $(INSTALL_DIR) $(1)/lib/preinit $(INSTALL_DATA) ./files/50_determine_usb_root $(1)/lib/preinit/ - $(INSTALL_DATA) ./files/55_determine_extroot_sysupgrade $(1)/lib/preinit/ - $(INSTALL_DATA) ./files/60_pivot_usb_root $(1)/lib/preinit/ + #$(INSTALL_DATA) ./files/55_determine_extroot_sysupgrade $(1)/lib/preinit/ + #$(INSTALL_DATA) ./files/60_pivot_usb_root $(1)/lib/preinit/ echo "extroot_settle_time=\"$(CONFIG_EXTROOT_SETTLETIME)\"" >$(1)/lib/preinit/00_extroot.conf $(INSTALL_DIR) $(1)/overlay endef