From ca936784e4ce36298916b5a199458ee67385774a Mon Sep 17 00:00:00 2001 From: Jake Day Date: Sun, 20 Aug 2017 19:35:51 -0400 Subject: [PATCH] adding ipts firmware step to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cc2b0083..8755e1198 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ Linux running on the Surface Book and Surface Pro 4. Following the instructions 1. Copy the files under root to where they belong: * $ sudo cp root/* / -2. Install the custom kernel and headers: +2. Extract ipts_firmware.zip to /lib/firmware/intel/ipts/ + * $ sudo mkdir /lib/firmware/intel/ipts + * $ sudo unzip ipts_firmware.zip /lib/firmware/intel/ipts/ +3. Install the custom kernel and headers: * $ sudo dpkg -i linux-image*dev linux-headers*deb ### Download Pre-built Kernel and Headers