From 8464227aa109c727d5fc0524ed5f2708521e385e Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 12 Apr 2017 06:57:26 -0400 Subject: [PATCH] use the external functions (issue #161) --- initrd/bin/x230-flash.init | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/initrd/bin/x230-flash.init b/initrd/bin/x230-flash.init index 9f081b2e..ba632a43 100755 --- a/initrd/bin/x230-flash.init +++ b/initrd/bin/x230-flash.init @@ -1,5 +1,9 @@ #!/bin/sh -# Initialize the USB device drivers, invoke a recovery shell +# Initialize the USB and network device drivers, +# invoke a recovery shell and prompt the user for how to proceed + +. /etc/functions +. /etc/config insmod /lib/modules/ehci-hcd.ko insmod /lib/modules/ehci-pci.ko