aboutsummarylogtreecommitdiffstats
path: root/linux-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-git.install')
-rw-r--r--linux-git.install29
1 files changed, 29 insertions, 0 deletions
diff --git a/linux-git.install b/linux-git.install
new file mode 100644
index 000000000000..09a4846ae520
--- /dev/null
+++ b/linux-git.install
@@ -0,0 +1,29 @@
+README="$(cat << EOF
+
+===============================================================================
+
+These are the instructions to customize the next linux-git package compilation
+in case using the current Linux mainline is not desired:
+
+* How to customize the git remote / branch:
+ Please consult and edit the file /etc/linux-git/remote
+
+* How to add user-customized config options:
+ Please consult and edit the file /etc/linux-git/config
+
+* How to add extra patches on top of the selected remote / branch:
+ Please consult and edit the file /etc/linux-git/patches/patches
+
+===============================================================================
+
+EOF
+)"
+
+post_install() {
+ echo "${README}"
+}
+
+post_upgrade() {
+ echo "${README}"
+}
+