summaryrefslogtreecommitdiffstats
path: root/debian/patches/add_debian_readme.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:56:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:56:36 +0000
commit35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c (patch)
tree37c5bf1d95396a5b4d091502db8e959bf24b64a3 /debian/patches/add_debian_readme.patch
parentAdding upstream version 1:2.0.27. (diff)
downloadkexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.tar.xz
kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.zip
Adding debian version 1:2.0.27-1.debian/1%2.0.27-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/add_debian_readme.patch')
-rw-r--r--debian/patches/add_debian_readme.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/add_debian_readme.patch b/debian/patches/add_debian_readme.patch
new file mode 100644
index 0000000..a50765f
--- /dev/null
+++ b/debian/patches/add_debian_readme.patch
@@ -0,0 +1,14 @@
+--- /dev/null
++++ b/README.debian
+@@ -0,0 +1,11 @@
++This kexec-tools package was built from kexec-tools git repository at
++<git://git.kernel.org/pub/scm/linux/kernel/git/horms/kexec-tools.git>.
++
++Installing this package also installs two init scripts under /etc/init.d -
++kexec-load and kexec. kexec-load is called upon reboot to load a new kexec
++kernel if kexec is enabled in /etc/default/kexec. kexec script is called
++just before reboot script. It checks if kexec is enabled and a
++kexec'able kernel is loaded. If yes, it kexecs a new kernel instead of
++reboot. As a result, kexec is automatically enabled upon installation of
++kexec-tools package if kexec is enabled in /etc/default/kexec through debconf
++option.