8 lines
180 B
Bash

#!/bin/bash
## 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"