8 lines
188 B
Bash
8 lines
188 B
Bash
#!/bin/bash
|
|
|
|
## 1.1.1.1 Ensure cramfs kernel module is not available (Automated)
|
|
|
|
Apply 1 1 "cramfs" echo '/bin/true' > /etc/modprobe.d/cramfs.conf
|
|
Apply 0 2 "cramfs" echo "tout va bien"
|
|
|