You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ktest: Add PRE_INSTALL option
Add the PRE_INSTALL option that will allow a user to specify a shell command to be executed before the install operation executes. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt
parent
921ed4c720
commit
e5c2ec11a0
@@ -426,6 +426,14 @@
|
||||
# (default "")
|
||||
#BUILD_OPTIONS = -j20
|
||||
|
||||
# If you need to do some special handling before installing
|
||||
# you can add a script with this option.
|
||||
# The environment variable KERNEL_VERSION will be set to the
|
||||
# kernel version that is used.
|
||||
#
|
||||
# default (undefined)
|
||||
#PRE_INSTALL = ssh user@target rm -rf '/lib/modules/*-test*'
|
||||
|
||||
# If you need an initrd, you can add a script or code here to install
|
||||
# it. The environment variable KERNEL_VERSION will be set to the
|
||||
# kernel version that is used. Remember to add the initrd line
|
||||
|
||||
Reference in New Issue
Block a user