DEBSOURCES
Skip Quicknav
sources / scap-security-guide / 0.1.76-1 / shared / templates / kernel_build_config / tests / common.sh
123456
#!/bin/bash if [ ! -e /boot/config-$(uname -r) ]; then mkdir -p /boot touch /boot/config-$(uname -r) fi