Created Installation of pam_panic (markdown)
parent
d10c17ea9d
commit
cd35e10f95
12
Installation-of-pam_panic.md
Normal file
12
Installation-of-pam_panic.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Installation of pam_panic
|
||||||
|
|
||||||
|
You will need GCC or similar, as well as the PAM headers. Some distributions package the PAM headers as libpam0g-dev.
|
||||||
|
|
||||||
|
To compile and install it, do the following within the project's root directory:
|
||||||
|
```bash
|
||||||
|
$ [ ! -e ./configure ] && autoreconf -i
|
||||||
|
$ ./configure
|
||||||
|
$ make
|
||||||
|
$ sudo make install
|
||||||
|
```
|
||||||
|
Note: the paths of the reboot, poweroff, and cryptsetup commands are passed to the module at compile-time.
|
Loading…
x
Reference in New Issue
Block a user