77e31f46a7b0
b4ddf7d22fce
1 2
3
4 5
6
#!/bin/sh [ "x$1" = "x" ] && exit 1 if [ "x$2" = "xDEINSTALL" ]; then sed -i '' "s|^console.*|console none unknown off secure|" /etc/ttys rm -f /boot.config fi