aboutsummarylogtreecommitdiffstats
path: root/linux-git.install
blob: 09a4846ae520245d85a3e50f85558e54b874bde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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}"
}