mirror of https://github.com/dynup/kpatch
commit
53f051ea18
|
@ -9,6 +9,6 @@ install: all
|
|||
$(INSTALL) module-setup.sh kpatch-apply-all.sh $(DRACUTDIR)
|
||||
|
||||
uninstall:
|
||||
$(RM) $(DRACUTDIR)
|
||||
$(RM) -R $(DRACUTDIR)
|
||||
|
||||
clean:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||
#
|
||||
# Licensed under the GPLv2
|
||||
#
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||
#
|
||||
# Licensed under the GPLv2
|
||||
#
|
||||
|
|
|
@ -18,6 +18,9 @@ to work on other distros.
|
|||
|
||||
-h|--help
|
||||
Show this help message
|
||||
|
||||
-r|--sourcerpm
|
||||
Specify kernel source RPM
|
||||
|
||||
-s|--sourcedir
|
||||
Specify kernel source directory
|
||||
|
|
Loading…
Reference in New Issue