From d971c47cad03a27d82c6ef0dbcd070ddf6def149 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 2 Jun 2015 02:35:45 +0000 Subject: [PATCH] "How To install SCST on Ubutuntu 15.04 with in-tree kernel patches" added, thanks to Chris Weiss git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6212 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scst/README b/scst/README index b405b6d9f..4e1b7f644 100644 --- a/scst/README +++ b/scst/README @@ -169,6 +169,10 @@ in the Subversion repository to a Linux kernel patch or generate a kernel source tree with the SCST patches applied correspondingly. This subdirectory exists only in the SVN tree. +Example how to use generate-kernel-patch you can find at "How To install +SCST on Ubutuntu 15.04 with in-tree kernel patches" +https://gist.github.com/chrwei/42f8bbb687290b04b598, thanks to Chris Weiss. + Script rebuild-rhel-kernel-rpm might also be useful in this regard.